Color Hex Logo

#fbd9ca Color Hex

#FBD9CA
(251,217,202)
0 Favorites   0 Comments

Color spaces of #fbd9ca

RGB 251217202
HSL0.050.860.89
HSV18°20°98°
CMYK 0.000.140.20   0.02
XYZ75.257274.399266.2711
Yxy74.39920.34850.3446
Hunter Lab86.25504.794514.8250
CIE-Lab89.11089.501611.7327

#fbd9ca color RGB value is (251,217,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 11001010
Octal 373 331 312
Decimal 251 217 202
Hex FB D9 CA

RGB Percentages of Color #fbd9ca

%37.46
%32.39
%30.15

CMYK Percentages of Color #fbd9ca

%0
%14
%20
%2

Triadic Colors of #fbd9ca

#fbd9ca #cafbd9 #d9cafb

Analogous Colors of #fbd9ca

#fbd9ca #fbf2ca #fbcad4

Monochromatic Colors of #fbd9ca

#fbd9ca

Complementary Color

#fbd9ca #caecfb

#fbd9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd9ca Color CSS Codes

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

#fbd9ca Text Font Color

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

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


#fbd9ca Background Color

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

This div background color is #fbd9ca


#fbd9ca Border Color

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

This div border color is #fbd9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd9ca

#fbd9ca Color Palettes


Comments

No comments written yet.

Please login to write comment.