#FADACC

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

Shades of Cinderella #FADACC

Tints of Cinderella #FADACC

Color information

#FADACC (or 0xFADACC) is unknown color: approx Cinderella. HEX triplet: FA, DA and CC. RGB value is (250,218,204). Sum of RGB (Red+Green+Blue) = 250+218+204=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACC is #052533. Grayscale: #E2E2E2. Windows color (decimal): -337204 or 13425402. OLE color: 13425402.

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

Color convert

RGB250218204-
CMYK00.130.180.02
HSL18.26º82.14%89.02%-
HSV(B)18.26º18.4%98.04%-
XYZ75.3974.8367.6-
YUV225.97115.6145.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=37.20%
G=32.44%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021820400.130.180.0218.2682.1489.02
HexFADACC0D122125259
Octal37233231401522222122131
Binary1111101011011010110011000110110010101001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADACC; }

 p { color: rgb(250,218,204); }

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

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

 a { background-color: rgb(250,218,204); }

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

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

 span { border-color: rgb(250,218,204); }

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