#FADDCD

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

Shades of Cinderella #FADDCD

Tints of Cinderella #FADDCD

Color information

#FADDCD (or 0xFADDCD) is unknown color: approx Cinderella. HEX triplet: FA, DD and CD. RGB value is (250,221,205). Sum of RGB (Red+Green+Blue) = 250+221+205=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDCD is #052232. Grayscale: #E3E3E3. Windows color (decimal): -336435 or 13491706. OLE color: 13491706.

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

Color convert

RGB250221205-
CMYK00.120.180.02
HSL21.33º81.82%89.22%-
HSV(B)21.33º18%98.04%-
XYZ76.376.4468.49-
YUV227.85115.11143.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.98%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=36.98%
G=32.69%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022120500.120.180.0221.3381.8289.22
HexFADDCD0C122155259
Octal37233531501422225122131
Binary1111101011011101110011010110010010101010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDCD; }

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

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

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

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

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

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

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

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