COLOR #FBC2F7

HEX: #FBC2F7 RGB: (251,194,247)

Color info

#FBC2F7 contains red, green and blue colors in about the same proportion. Web safe color of #FBC2F7 is #FFCCFF (or #FCF).

RGB color model

#FBC2F7 color RGB value is (251,194,247).

RGB: (251,194,247) (98%, 76%, 97%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 247 of 255 = 97%

251
194
247

R + G + B ~ 90%. #FBC2F7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 194 + 247 = 692 (100%)
R 251 of 692 ~ 36.27%
G 194 of 692 ~ 28.03%
B 247 of 692 ~ 35.69'%

%36.27
%28.03
%35.69

CMYK color model

#FBC2F7 color CMYK value is (0,23,2,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 1.59%
  • key color value is 1.57%

CMYK: (0,23,2,2)
C0M23Y2K2 (0%, 23%, 2%, 2%)
(0.00 / 0.23 / 0.02 / 0.02)

CMYK percentages

%0
%22.71
%1.59
%1.57

Codes

Color #FBC2F7 in popluar color models

FB C2 F7
RGB 251 194 247
HSL 304° 87.69% 87.25%
HSB/HSV 304° 22.71% 98.43%
CMYK 0.00% 22.71% 1.59%
1.57%

Color #FBC2F7 in popluar number systems.

HEX FB C2 F7
Decimal 251 194 247
Binary 11111011 11000010 11110111
Octal 373 302 367

Shades and tints

Shades of #FBC2F7

#FBC2F7
(251,194,247)
#E5B1E1
(229,177,225)
#CFA0CB
(207,160,203)
#B98FB5
(185,143,181)
#A37E9F
(163,126,159)
#8D6D89
(141,109,137)
#775C73
(119,92,115)
#614B5D
(97,75,93)
#4B3A47
(75,58,71)
#352931
(53,41,49)
#1F181B
(31,24,27)
#000000
(0,0,0)

Tints of #FBC2F7

#FBC2F7
(251,194,247)
#FBC7F7
(251,199,247)
#FBCCF7
(251,204,247)
#FBD1F7
(251,209,247)
#FBD6F7
(251,214,247)
#FBDBF7
(251,219,247)
#FBE0F7
(251,224,247)
#FBE5F7
(251,229,247)
#FBEAF7
(251,234,247)
#FBEFF7
(251,239,247)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC2F7 color. Also use rgb(251,194,247) instead hex code.

Text Font Color

.myTextColor { color: #FBC2F7; }

<p style="color:#FBC2F7">This sample text font color is #FBC2F7.</p>

This text font color is #FBC2F7.

Background Color

.myBgColor { background-color: #FBC2F7; }

<div style="background-color:#FBC2F7">Inner text</div>

This div background color is #FBC2F7.

Border color

.myBorderColor { border: 1px solid #FBC2F7; }

<div style="border:3px solid #FBC2F7">Div</div>

This div border color is #FBC2F7.

Opacity

.myOpacity80 { color: #FBC2F7; opacity: 0.8; }

<p style="color:#FBC2F7;opacity:0.8;">80%</p>

Text with #FBC2F7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FBC2F7;}

<p style="text-shadow: 3px 3px 1px #FBC2F7">Text here.</p>

This text has shadow with #FBC2F7 color.


.textShadow {text-shadow: 3px 3px 1px #FBC2F7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FBC2F7, 5px 5px 20px red">Text here.</p>

This text has shadow with #FBC2F7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBC2F7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FBC2F7, Direction=45, Strength=4)">Text</p>

This text has shadow with #FBC2F7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBC2F7;
-webkit-box-shadow: 1px 1px 3px 2px #FBC2F7;
box-shadow: 1px 1px 3px 2px #FBC2F7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBC2F7; -webkit-box-shadow: 1px 1px 3px 2px #FBC2F7; box-shadow:1px 1px 3px 2px #FBC2F7;">
Div content here
</div>

This div box has shadow with color #FBC2F7.

Preview

Color preview on black background

This text has color #FBC2F7 on black background.


Color preview on white background

This text has color #FBC2F7 on white background.


Black color preview on #FBC2F7 background

This text has black color on #FBC2F7 background.


White color preview on #FBC2F7 background

This text has white color on #FBC2F7 background.


Related colors

Complementary color

Complementary color for #hex is #043D08.


I love getcolorcode.com

Triadic colors

1 #F7FBC2 and #C2F7FB with #FBC2F7 are triadic colors.

2 #F7C2FB and #C2FBF7 with #FBC2F7 are triadic colors.