COLOR #FBCEF7

HEX: #FBCEF7 RGB: (251,206,247)

Color info

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

RGB color model

#FBCEF7 color RGB value is (251,206,247).

RGB: (251,206,247) (98%, 81%, 97%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 247 of 255 = 97%

251
206
247

R + G + B ~ 92%. #FBCEF7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 206 + 247 = 704 (100%)
R 251 of 704 ~ 35.65%
G 206 of 704 ~ 29.26%
B 247 of 704 ~ 35.09'%

%35.65
%29.26
%35.09

CMYK color model

#FBCEF7 color CMYK value is (0,18,2,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK: (0,18,2,2) C0M18Y2K2 (0%,18%,2%,2%) (0.00/0.18/0.02/0.02) 

CMYK percentages

%0
%17.93
%1.59
%1.57

Codes

Color #FBCEF7 in popluar color models

FB CE F7
RGB 251 206 247
HSL 305° 84.91% 89.61%
HSB/HSV 305° 17.93% 98.43%
CMYK 0.00% 17.93% 1.59%
1.57%

Color #FBCEF7 in popluar number systems.

HEX FB CE F7
Decimal 251 206 247
Binary 11111011 11001110 11110111
Octal 373 316 367

Shades and tints

Shades of #FBCEF7

#FBCEF7
(251,206,247)
#E5BCE1
(229,188,225)
#CFAACB
(207,170,203)
#B998B5
(185,152,181)
#A3869F
(163,134,159)
#8D7489
(141,116,137)
#776273
(119,98,115)
#61505D
(97,80,93)
#4B3E47
(75,62,71)
#352C31
(53,44,49)
#1F1A1B
(31,26,27)
#000000
(0,0,0)

Tints of #FBCEF7

#FBCEF7
(251,206,247)
#FBD2F7
(251,210,247)
#FBD6F7
(251,214,247)
#FBDAF7
(251,218,247)
#FBDEF7
(251,222,247)
#FBE2F7
(251,226,247)
#FBE6F7
(251,230,247)
#FBEAF7
(251,234,247)
#FBEEF7
(251,238,247)
#FBF2F7
(251,242,247)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCEF7; }

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

This text font color is #FBCEF7.

Background Color

.myBgColor { background-color: #FBCEF7; }

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

This div background color is #FBCEF7.

Border color

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

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

This div border color is #FBCEF7.

Opacity

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

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

Text with #FBCEF7 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 #FBCEF7;}

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

This text has shadow with #FBCEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCEF7.

Preview

Color preview on black background

This text has color #FBCEF7 on black background.


Color preview on white background

This text has color #FBCEF7 on white background.


Black color preview on #FBCEF7 background

This text has black color on #FBCEF7 background.


White color preview on #FBCEF7 background

This text has white color on #FBCEF7 background.


Related colors

Complementary color

Complementary color for #hex is #043108.


I love getcolorcode.com

Triadic colors

1 #F7FBCE and #CEF7FB with #FBCEF7 are triadic colors.

2 #F7CEFB and #CEFBF7 with #FBCEF7 are triadic colors.