#FAD7C9

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

Shades of Cinderella #FAD7C9

Tints of Cinderella #FAD7C9

Color information

#FAD7C9 (or 0xFAD7C9) is unknown color: approx Cinderella. HEX triplet: FA, D7 and C9. RGB value is (250,215,201). Sum of RGB (Red+Green+Blue) = 250+215+201=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7C9 is #052836. Grayscale: #DFDFDF. Windows color (decimal): -337975 or 13228026. OLE color: 13228026.

HSL color Cylindrical-coordinate representation of color #FAD7C9: hue angle of 17.14º 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 #FAD7C9 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250215201-
CMYK00.140.200.02
HSL17.14º83.05%88.43%-
HSV(B)17.14º19.6%98.04%-
XYZ74.2773.1465.46-
YUV223.87115.1146.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 215 (84.38% from 255) = 32.28%
BLUE value IS 201 (78.91% from 255) = 30.18%
R=37.54%
G=32.28%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021520100.140.200.0217.1483.0588.43
HexFAD7C90E142115358
Octal37232731101624221123130
Binary1111101011010111110010010111010100101000110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7C9; }

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

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

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

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

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

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

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

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