#FAD5C9

Color #FAD5C9 Cinderella (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinderella #FAD5C9

Tints of Cinderella #FAD5C9

Color information

#FAD5C9 (or 0xFAD5C9) is unknown color: approx Cinderella. HEX triplet: FA, D5 and C9. RGB value is (250,213,201). Sum of RGB (Red+Green+Blue) = 250+213+201=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5C9 is #052A36. Grayscale: #DEDEDE. Windows color (decimal): -338487 or 13227514. OLE color: 13227514.

HSL color Cylindrical-coordinate representation of color #FAD5C9: hue angle of 14.69º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAD5C9 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250213201-
CMYK00.150.200.02
HSL14.69º83.05%88.43%-
HSV(B)14.69º19.6%98.04%-
XYZ73.7672.1365.29-
YUV222.7115.76147.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 201 (78.91% from 255) = 30.27%
R=37.65%
G=32.08%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021320100.150.200.0214.6983.0588.43
HexFAD5C90F142f5358
Octal37232531101724217123130
Binary111110101101010111001001011111010010111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5C9; }

 p { color: rgb(250,213,201); }

 H1.HeaderClassName
 {
   color: #FAD5C9;
 }
 .AnyTagClassName
 {
   color: #FAD5C9;
 }
</style>
background-color css

<style>
 a { background-color: #FAD5C9; }

 a { background-color: rgb(250,213,201); }

 div.DivClassName
 {
   background-color: #FAD5C9;
 }
 .BgClassName
 {
   background-color: #FAD5C9;
 }
</style>
border-color css

<style>
 span { border-color: #FAD5C9; }

 span { border-color: rgb(250,213,201); }

 td.TdClassName
 {
   border-color: #FAD5C9;
 }
 .TagClassName
 {
   border-color: #FAD5C9;
 }
</style>