#FAD8CF

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

Shades of Cinderella #FAD8CF

Tints of Cinderella #FAD8CF

Color information

#FAD8CF (or 0xFAD8CF) is unknown color: approx Cinderella. HEX triplet: FA, D8 and CF. RGB value is (250,216,207). Sum of RGB (Red+Green+Blue) = 250+216+207=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8CF is #052730. Grayscale: #E1E1E1. Windows color (decimal): -337713 or 13621498. OLE color: 13621498.

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

Color convert

RGB250216207-
CMYK00.140.170.02
HSL12.56º81.13%89.61%-
HSV(B)12.56º17.2%98.04%-
XYZ75.2473.9469.34-
YUV225.14117.76145.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=37.15%
G=32.10%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021620700.140.170.0212.5681.1389.61
HexFAD8CF0E112d515a
Octal37233031701621215121132
Binary111110101101100011001111011101000110110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8CF; }

 p { color: rgb(250,216,207); }

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

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

 a { background-color: rgb(250,216,207); }

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

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

 span { border-color: rgb(250,216,207); }

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