#FAD7CA

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

Shades of Cinderella #FAD7CA

Tints of Cinderella #FAD7CA

Color information

#FAD7CA (or 0xFAD7CA) is unknown color: approx Cinderella. HEX triplet: FA, D7 and CA. RGB value is (250,215,202). Sum of RGB (Red+Green+Blue) = 250+215+202=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CA is #052835. Grayscale: #E0E0E0. Windows color (decimal): -337974 or 13293562. OLE color: 13293562.

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

Color convert

RGB250215202-
CMYK00.140.190.02
HSL16.25º82.76%88.63%-
HSV(B)16.25º19.2%98.04%-
XYZ74.3973.1966.08-
YUV223.98115.6146.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 215 (84.38% from 255) = 32.23%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=37.48%
G=32.23%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021520200.140.190.0216.2582.7688.63
HexFAD7CA0E132105359
Octal37232731201623220123131
Binary1111101011010111110010100111010011101000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7CA; }

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

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

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

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

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

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

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

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