Color Hex Logo

#fbccdc Color Hex

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

Color spaces of #fbccdc

RGB 251204220
HSL0.940.850.89
HSV340°19°98°
CMYK 0.000.190.12   0.02
XYZ74.294868.862377.0861
Yxy68.86230.33730.3127
Hunter Lab82.983314.58993.0118
CIE-Lab86.435819.0515-1.6389

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

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

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

Base Numbers

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

RGB Percentages of Color #fbccdc

%37.19
%30.22
%32.59

CMYK Percentages of Color #fbccdc

%0
%19
%12
%2

Triadic Colors of #fbccdc

#fbccdc #dcfbcc #ccdcfb

Analogous Colors of #fbccdc

#fbccdc #fbd4cc #fbccf4

Monochromatic Colors of #fbccdc

#fbccdc

Complementary Color

#fbccdc #ccfbeb

#fbccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccdc Color CSS Codes

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

#fbccdc Text Font Color

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

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


#fbccdc Background Color

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

This div background color is #fbccdc


#fbccdc Border Color

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

This div border color is #fbccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccdc

#fbccdc Color Palettes


Comments

No comments written yet.

Please login to write comment.