COLOR #FBCCEF

HEX: #FBCCEF
RGB: (251,204,239)

Color info

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

RGB color model

#FBCCEF color RGB value is (251,204,239).

  • red value is 251;
  • green value is 204;
  • blue value is 239.
RGB:
(251,204,239)
(98%,80%,94%)

RGB channels and saturation

R 251 of 255 = 98%
G 204 of 255 = 80%
B 239 of 255 = 94%

251
204
239

R + G + B ~ 91%. #FBCCEF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 204 + 239 = 694 (100%)
R 251 of 694 ~ 36.17%
G 204 of 694 ~ 29.39%
B 239 of 694 ~ 34.44%

%36.17
%29.39
%34.44

CMYK color model

#FBCCEF color CMYK value is (0,19,5,2).

  • cyan value is 0.00%
  • magenta value is 18.73%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(0,19,5,2)
C0M19Y5K2 
(0%,19%,5%,2%)
(0.00/0.19/0.05/0.02)	

CMYK percentages

%0
%18.73
%4.78
%1.57

Codes

Color #FBCCEF in popluar color models

FBCCEF
RGB251204239
HSL315°85.45%89.22%
HSB/HSV315°18.73%98.43%
CMYK0.00%18.73%4.78%
1.57%

Color #FBCCEF in popluar number systems.

HEXFBCCEF
Decimal251204239
Binary111110111100110011101111
Octal373314357

Shades and tints

Shades of #FBCCEF

#FBCCEF
(251,204,239)
#E5BADA
(229,186,218)
#CFA8C5
(207,168,197)
#B996B0
(185,150,176)
#A3849B
(163,132,155)
#8D7286
(141,114,134)
#776071
(119,96,113)
#614E5C
(97,78,92)
#4B3C47
(75,60,71)
#352A32
(53,42,50)
#1F181D
(31,24,29)
#000000
(0,0,0)

Tints of #FBCCEF

#FBCCEF
(251,204,239)
#FBD0F0
(251,208,240)
#FBD4F1
(251,212,241)
#FBD8F2
(251,216,242)
#FBDCF3
(251,220,243)
#FBE0F4
(251,224,244)
#FBE4F5
(251,228,245)
#FBE8F6
(251,232,246)
#FBECF7
(251,236,247)
#FBF0F8
(251,240,248)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCCEF color. Also use rgb(251,204,239) instead hex code.

Text Font Color

.myTextColor { color: #FBCCEF; }

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

This text font color is #FBCCEF.


Background Color

.myBgColor { background-color: #FBCCEF; }

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

This div background color is #FBCCEF.


Border color

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

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

This div border color is #FBCCEF.


Opacity

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

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

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

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

This text has shadow with #FBCCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCCEF on black background.


Color preview on white background

This text has color #FBCCEF on white background.



Black color preview on #FBCCEF background

This text has black color on #FBCCEF background.


White color preview on #FBCCEF background

This text has white color on #FBCCEF background.