Color Hex Logo

#fbdccc Color Hex

#FBDCCC
(251,220,204)
0 Favorites   0 Comments

Color spaces of #fbdccc

RGB 251220204
HSL0.060.850.89
HSV20°19°98°
CMYK 0.000.120.19   0.02
XYZ76.275976.055367.7867
Yxy76.05530.34650.3455
Hunter Lab87.20973.503914.9616
CIE-Lab89.88508.242411.7852

#fbdccc color RGB value is (251,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11001100
Octal 373 334 314
Decimal 251 220 204
Hex FB DC CC

RGB Percentages of Color #fbdccc

%37.19
%32.59
%30.22

CMYK Percentages of Color #fbdccc

%0
%12
%19
%2

Triadic Colors of #fbdccc

#fbdccc #ccfbdc #dcccfb

Analogous Colors of #fbdccc

#fbdccc #fbf4cc #fbccd4

Monochromatic Colors of #fbdccc

#fbdccc

Complementary Color

#fbdccc #ccebfb

#fbdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdccc Color CSS Codes

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

#fbdccc Text Font Color

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

This sample text font color is #fbdccc
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.


#fbdccc Background Color

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

This div background color is #fbdccc


#fbdccc Border Color

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

This div border color is #fbdccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,220,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 #fbdccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdccc


Comments

No comments written yet.

Please login to write comment.