#FAD9CE

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

Shades of Cinderella #FAD9CE

Tints of Cinderella #FAD9CE

Color information

#FAD9CE (or 0xFAD9CE) is unknown color: approx Cinderella. HEX triplet: FA, D9 and CE. RGB value is (250,217,206). Sum of RGB (Red+Green+Blue) = 250+217+206=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9CE is #052631. Grayscale: #E1E1E1. Windows color (decimal): -337458 or 13556218. OLE color: 13556218.

HSL color Cylindrical-coordinate representation of color #FAD9CE: hue angle of 15º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAD9CE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250217206-
CMYK00.130.180.02
HSL15º81.48%89.41%-
HSV(B)15º17.6%98.04%-
XYZ75.3874.4168.78-
YUV225.61116.93145.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 217 (85.16% from 255) = 32.24%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=37.15%
G=32.24%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021720600.130.180.021581.4889.41
HexFAD9CE0D122f5159
Octal37233131601522217121131
Binary111110101101100111001110011011001010111110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9CE; }

 p { color: rgb(250,217,206); }

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

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

 a { background-color: rgb(250,217,206); }

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

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

 span { border-color: rgb(250,217,206); }

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