#FAD8CD

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

Shades of Cinderella #FAD8CD

Tints of Cinderella #FAD8CD

Color information

#FAD8CD (or 0xFAD8CD) is unknown color: approx Cinderella. HEX triplet: FA, D8 and CD. RGB value is (250,216,205). Sum of RGB (Red+Green+Blue) = 250+216+205=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8CD is #052732. Grayscale: #E0E0E0. Windows color (decimal): -337715 or 13490426. OLE color: 13490426.

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

Color convert

RGB250216205-
CMYK00.140.180.02
HSL14.67º81.82%89.22%-
HSV(B)14.67º18%98.04%-
XYZ7573.8468.06-
YUV224.91116.76145.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=37.26%
G=32.19%
B=30.55%

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
Decimal25021620500.140.180.0214.6781.8289.22
HexFAD8CD0E122f5259
Octal37233031501622217122131
Binary111110101101100011001101011101001010111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8CD; }

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

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

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

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

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

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

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

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