#FAD9CA

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

Shades of Cinderella #FAD9CA

Tints of Cinderella #FAD9CA

Color information

#FAD9CA (or 0xFAD9CA) is unknown color: approx Cinderella. HEX triplet: FA, D9 and CA. RGB value is (250,217,202). Sum of RGB (Red+Green+Blue) = 250+217+202=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9CA is #052635. Grayscale: #E1E1E1. Windows color (decimal): -337462 or 13294074. OLE color: 13294074.

HSL color Cylindrical-coordinate representation of color #FAD9CA: hue angle of 18.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAD9CA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250217202-
CMYK00.130.190.02
HSL18.75º82.76%88.63%-
HSV(B)18.75º19.2%98.04%-
XYZ74.974.2166.25-
YUV225.16114.93145.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=37.37%
G=32.44%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021720200.130.190.0218.7582.7688.63
HexFAD9CA0D132135359
Octal37233131201523223123131
Binary1111101011011001110010100110110011101001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9CA; }

 p { color: rgb(250,217,202); }

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

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

 a { background-color: rgb(250,217,202); }

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

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

 span { border-color: rgb(250,217,202); }

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