Color Hex Logo

#fad0ca Color Hex

#FAD0CA
(250,208,202)
0 Favorites   0 Comments

Color spaces of #fad0ca

RGB 250208202
HSL0.020.830.89
HSV19°98°
CMYK 0.000.170.19   0.02
XYZ72.640969.700065.5020
Yxy69.70000.34950.3353
Hunter Lab83.48659.209911.9227
CIE-Lab86.849513.82498.4921

#fad0ca color RGB value is (250,208,202).

#fad0ca hex color red value is 250, green value is 208 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fad0ca hue: 0.02 , saturation: 0.83 and the lightness value of fad0ca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 11001010
Octal 372 320 312
Decimal 250 208 202
Hex FA D0 CA

RGB Percentages of Color #fad0ca

%37.88
%31.52
%30.61

CMYK Percentages of Color #fad0ca

%0
%17
%19
%2

Triadic Colors of #fad0ca

#fad0ca #cafad0 #d0cafa

Analogous Colors of #fad0ca

#fad0ca #fae8ca #facadc

Monochromatic Colors of #fad0ca

#fad0ca

Complementary Color

#fad0ca #caf4fa

#fad0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad0ca Color CSS Codes

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

#fad0ca Text Font Color

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

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


#fad0ca Background Color

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

This div background color is #fad0ca


#fad0ca Border Color

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

This div border color is #fad0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad0ca


Comments

No comments written yet.

Please login to write comment.