#FADCCE

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

Shades of Cinderella #FADCCE

Tints of Cinderella #FADCCE

Color information

#FADCCE (or 0xFADCCE) is unknown color: approx Cinderella. HEX triplet: FA, DC and CE. RGB value is (250,220,206). Sum of RGB (Red+Green+Blue) = 250+220+206=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCE is #052331. Grayscale: #E3E3E3. Windows color (decimal): -336690 or 13556986. OLE color: 13556986.

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

Color convert

RGB250220206-
CMYK00.120.180.02
HSL19.09º81.48%89.41%-
HSV(B)19.09º17.6%98.04%-
XYZ76.1675.9769.04-
YUV227.37115.94144.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.98%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=36.98%
G=32.54%
B=30.47%

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
Decimal25022020600.120.180.0219.0981.4889.41
HexFADCCE0C122135159
Octal37233431601422223121131
Binary1111101011011100110011100110010010101001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCCE; }

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

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

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

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

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

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

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

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