Color Hex Logo

#fbd8ca Color Hex

#FBD8CA
(251,216,202)
0 Favorites   0 Comments

Color spaces of #fbd8ca

RGB 251216202
HSL0.050.860.89
HSV17°20°98°
CMYK 0.000.140.20   0.02
XYZ75.000273.885266.1855
Yxy73.88520.34870.3435
Hunter Lab85.95655.323914.5169
CIE-Lab88.868210.020211.3874

#fbd8ca color RGB value is (251,216,202).

#fbd8ca hex color red value is 251, green value is 216 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fbd8ca hue: 0.05 , saturation: 0.86 and the lightness value of fbd8ca is 0.89.

The process color (four color CMYK) of #fbd8ca color hex is 0.00, 0.14, 0.20, 0.02. Web safe color of #fbd8ca is #ffcccc. Color #fbd8ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 11001010
Octal 373 330 312
Decimal 251 216 202
Hex FB D8 CA

RGB Percentages of Color #fbd8ca

%37.52
%32.29
%30.19

CMYK Percentages of Color #fbd8ca

%0
%14
%20
%2

Triadic Colors of #fbd8ca

#fbd8ca #cafbd8 #d8cafb

Analogous Colors of #fbd8ca

#fbd8ca #fbf1ca #fbcad5

Monochromatic Colors of #fbd8ca

#fbd8ca

Complementary Color

#fbd8ca #caedfb

#fbd8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd8ca Color CSS Codes

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

#fbd8ca Text Font Color

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

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


#fbd8ca Background Color

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

This div background color is #fbd8ca


#fbd8ca Border Color

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

This div border color is #fbd8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd8ca

Related Colors


Comments

No comments written yet.

Please login to write comment.