#FAD6CD

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

Shades of Cinderella #FAD6CD

Tints of Cinderella #FAD6CD

Color information

#FAD6CD (or 0xFAD6CD) is unknown color: approx Cinderella. HEX triplet: FA, D6 and CD. RGB value is (250,214,205). Sum of RGB (Red+Green+Blue) = 250+214+205=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6CD is #052932. Grayscale: #DFDFDF. Windows color (decimal): -338227 or 13489914. OLE color: 13489914.

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

Color convert

RGB250214205-
CMYK00.140.180.02
HSL12º81.82%89.22%-
HSV(B)12º18%98.04%-
XYZ74.4972.8267.89-
YUV223.74117.43146.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=37.37%
G=31.99%
B=30.64%

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
Decimal25021420500.140.180.021281.8289.22
HexFAD6CD0E122c5259
Octal37232631501622214122131
Binary111110101101011011001101011101001010110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6CD; }

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

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

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

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

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

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

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

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