Color Hex Logo

#faddca Color Hex

#FADDCA
(250,221,202)
0 Favorites   0 Comments

Color spaces of #faddca

RGB 250221202
HSL0.070.830.89
HSV24°19°98°
CMYK 0.000.120.19   0.02
XYZ75.941576.301266.6022
Yxy76.30120.34700.3487
Hunter Lab87.35062.322215.9385
CIE-Lab89.99907.071012.9823

#faddca color RGB value is (250,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11001010
Octal 372 335 312
Decimal 250 221 202
Hex FA DD CA

RGB Percentages of Color #faddca

%37.15
%32.84
%30.01

CMYK Percentages of Color #faddca

%0
%12
%19
%2

Triadic Colors of #faddca

#faddca #cafadd #ddcafa

Analogous Colors of #faddca

#faddca #faf5ca #facacf

Monochromatic Colors of #faddca

#faddca

Complementary Color

#faddca #cae7fa

#faddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddca Color CSS Codes

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

#faddca Text Font Color

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

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


#faddca Background Color

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

This div background color is #faddca


#faddca Border Color

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

This div border color is #faddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddca

#faddca Color Palettes


Comments

No comments written yet.

Please login to write comment.