#FAD7CC

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

Shades of Cinderella #FAD7CC

Tints of Cinderella #FAD7CC

Color information

#FAD7CC (or 0xFAD7CC) is unknown color: approx Cinderella. HEX triplet: FA, D7 and CC. RGB value is (250,215,204). Sum of RGB (Red+Green+Blue) = 250+215+204=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CC is #052833. Grayscale: #E0E0E0. Windows color (decimal): -337972 or 13424634. OLE color: 13424634.

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

Color convert

RGB250215204-
CMYK00.140.180.02
HSL14.35º82.14%89.02%-
HSV(B)14.35º18.4%98.04%-
XYZ74.6273.2867.34-
YUV224.21116.6146.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 215 (84.38% from 255) = 32.14%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=37.37%
G=32.14%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021520400.140.180.0214.3582.1489.02
HexFAD7CC0E122e5259
Octal37232731401622216122131
Binary111110101101011111001100011101001010111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7CC; }

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

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

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

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

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

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

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

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