Color Hex Logo

#fbd4ca Color Hex

#FBD4CA
(251,212,202)
0 Favorites   0 Comments

Color spaces of #fbd4ca

RGB 251212202
HSL0.030.860.89
HSV12°20°98°
CMYK 0.000.160.20   0.02
XYZ73.987871.860565.8480
Yxy71.86050.34950.3395
Hunter Lab84.77067.446413.2842
CIE-Lab87.901412.099110.0090

#fbd4ca color RGB value is (251,212,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 11001010
Octal 373 324 312
Decimal 251 212 202
Hex FB D4 CA

RGB Percentages of Color #fbd4ca

%37.74
%31.88
%30.38

CMYK Percentages of Color #fbd4ca

%0
%16
%20
%2

Triadic Colors of #fbd4ca

#fbd4ca #cafbd4 #d4cafb

Analogous Colors of #fbd4ca

#fbd4ca #fbedca #fbcad9

Monochromatic Colors of #fbd4ca

#fbd4ca

Complementary Color

#fbd4ca #caf1fb

#fbd4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd4ca Color CSS Codes

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

#fbd4ca Text Font Color

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

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


#fbd4ca Background Color

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

This div background color is #fbd4ca


#fbd4ca Border Color

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

This div border color is #fbd4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd4ca

Related Colors


Comments

No comments written yet.

Please login to write comment.