#FAD7CD

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

Shades of Cinderella #FAD7CD

Tints of Cinderella #FAD7CD

Color information

#FAD7CD (or 0xFAD7CD) is unknown color: approx Cinderella. HEX triplet: FA, D7 and CD. RGB value is (250,215,205). Sum of RGB (Red+Green+Blue) = 250+215+205=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CD is #052832. Grayscale: #E0E0E0. Windows color (decimal): -337971 or 13490170. OLE color: 13490170.

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

Color convert

RGB250215205-
CMYK00.140.180.02
HSL13.33º81.82%89.22%-
HSV(B)13.33º18%98.04%-
XYZ74.7473.3367.97-
YUV224.32117.1146.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=37.31%
G=32.09%
B=30.60%

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
Decimal25021520500.140.180.0213.3381.8289.22
HexFAD7CD0E122d5259
Octal37232731501622215122131
Binary111110101101011111001101011101001010110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7CD; }

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

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

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

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

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

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

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

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