Color Hex Logo

#fbdfcc Color Hex

#FBDFCC
(251,223,204)
0 Favorites   0 Comments

Color spaces of #fbdfcc

RGB 251223204
HSL0.070.850.89
HSV24°19°98°
CMYK 0.000.110.19   0.02
XYZ77.070477.644268.0515
Yxy77.64420.34600.3485
Hunter Lab88.11591.921715.8918
CIE-Lab90.61736.693612.8256

#fbdfcc color RGB value is (251,223,204).

#fbdfcc hex color red value is 251, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fbdfcc hue: 0.07 , saturation: 0.85 and the lightness value of fbdfcc is 0.89.

The process color (four color CMYK) of #fbdfcc color hex is 0.00, 0.11, 0.19, 0.02. Web safe color of #fbdfcc is #ffcccc. Color #fbdfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11001100
Octal 373 337 314
Decimal 251 223 204
Hex FB DF CC

RGB Percentages of Color #fbdfcc

%37.02
%32.89
%30.09

CMYK Percentages of Color #fbdfcc

%0
%11
%19
%2

Triadic Colors of #fbdfcc

#fbdfcc #ccfbdf #dfccfb

Analogous Colors of #fbdfcc

#fbdfcc #fbf7cc #fbccd1

Monochromatic Colors of #fbdfcc

#fbdfcc

Complementary Color

#fbdfcc #cce8fb

#fbdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfcc Color CSS Codes

.mybgcolor {background-color:#fbdfcc; } 
.myforecolor {color:#fbdfcc; }
.mybordercolor {border:3px solid #fbdfcc; }

#fbdfcc Text Font Color

<p style="color:#fbdfcc">Text here</p>

This sample text font color is #fbdfcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbdfcc Background Color

<div style="background-color:#fbdfcc">
Div content here</div>

This div background color is #fbdfcc


#fbdfcc Border Color

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

This div border color is #fbdfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,223,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbdfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbdfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdfcc;
  box-shadow:         1px 1px 3px 2px #fbdfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,223,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbdfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdfcc;
  box-shadow:         1px 1px 3px 2px #fbdfcc;">
Div content here</div>

This div box has shadow with color #fbdfcc


Comments

No comments written yet.

Please login to write comment.