Color Hex Logo

#fbcfdc Color Hex

#FBCFDC
(251,207,220)
0 Favorites   0 Comments

Color spaces of #fbcfdc

RGB 251207220
HSL0.950.850.90
HSV342°18°98°
CMYK 0.000.180.12   0.02
XYZ75.014870.302277.3261
Yxy70.30220.33690.3158
Hunter Lab83.846412.96724.0132
CIE-Lab87.144917.4784-0.6012

#fbcfdc color RGB value is (251,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 11011100
Octal 373 317 334
Decimal 251 207 220
Hex FB CF DC

RGB Percentages of Color #fbcfdc

%37.02
%30.53
%32.45

CMYK Percentages of Color #fbcfdc

%0
%18
%12
%2

Triadic Colors of #fbcfdc

#fbcfdc #dcfbcf #cfdcfb

Analogous Colors of #fbcfdc

#fbcfdc #fbd8cf #fbcff2

Monochromatic Colors of #fbcfdc

#fbcfdc

Complementary Color

#fbcfdc #cffbee

#fbcfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcfdc Color CSS Codes

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

#fbcfdc Text Font Color

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

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


#fbcfdc Background Color

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

This div background color is #fbcfdc


#fbcfdc Border Color

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

This div border color is #fbcfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcfdc

Related Colors


Comments

No comments written yet.

Please login to write comment.