#FADACE

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

Shades of Cinderella #FADACE

Tints of Cinderella #FADACE

Color information

#FADACE (or 0xFADACE) is unknown color: approx Cinderella. HEX triplet: FA, DA and CE. RGB value is (250,218,206). Sum of RGB (Red+Green+Blue) = 250+218+206=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACE is #052531. Grayscale: #E2E2E2. Windows color (decimal): -337202 or 13556474. OLE color: 13556474.

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

Color convert

RGB250218206-
CMYK00.130.180.02
HSL16.36º81.48%89.41%-
HSV(B)16.36º17.6%98.04%-
XYZ75.6474.9268.87-
YUV226.2116.6144.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=37.09%
G=32.34%
B=30.56%

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
Decimal25021820600.130.180.0216.3681.4889.41
HexFADACE0D122105159
Octal37233231601522220121131
Binary1111101011011010110011100110110010101000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADACE; }

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

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

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

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

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

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

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

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