#FADCCC

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

Shades of Cinderella #FADCCC

Tints of Cinderella #FADCCC

Color information

#FADCCC (or 0xFADCCC) is unknown color: approx Cinderella. HEX triplet: FA, DC and CC. RGB value is (250,220,204). Sum of RGB (Red+Green+Blue) = 250+220+204=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCC is #052333. Grayscale: #E3E3E3. Windows color (decimal): -336692 or 13425914. OLE color: 13425914.

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

Color convert

RGB250220204-
CMYK00.120.180.02
HSL20.87º82.14%89.02%-
HSV(B)20.87º18.4%98.04%-
XYZ75.9275.8767.77-
YUV227.15114.94144.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=37.09%
G=32.64%
B=30.27%

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
Decimal25022020400.120.180.0220.8782.1489.02
HexFADCCC0C122155259
Octal37233431401422225122131
Binary1111101011011100110011000110010010101010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCCC; }

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

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

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

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

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

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

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

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