#FAD7CE

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

Shades of Cinderella #FAD7CE

Tints of Cinderella #FAD7CE

Color information

#FAD7CE (or 0xFAD7CE) is unknown color: approx Cinderella. HEX triplet: FA, D7 and CE. RGB value is (250,215,206). Sum of RGB (Red+Green+Blue) = 250+215+206=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CE is #052831. Grayscale: #E0E0E0. Windows color (decimal): -337970 or 13555706. OLE color: 13555706.

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

Color convert

RGB250215206-
CMYK00.140.180.02
HSL12.27º81.48%89.41%-
HSV(B)12.27º17.6%98.04%-
XYZ74.8773.3868.61-
YUV224.44117.6146.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=37.26%
G=32.04%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021520600.140.180.0212.2781.4889.41
HexFAD7CE0E122c5159
Octal37232731601622214121131
Binary111110101101011111001110011101001010110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7CE; }

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

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

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

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

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

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

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

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