#FAD6CA

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

Shades of Cinderella #FAD6CA

Tints of Cinderella #FAD6CA

Color information

#FAD6CA (or 0xFAD6CA) is unknown color: approx Cinderella. HEX triplet: FA, D6 and CA. RGB value is (250,214,202). Sum of RGB (Red+Green+Blue) = 250+214+202=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6CA is #052935. Grayscale: #DFDFDF. Windows color (decimal): -338230 or 13293306. OLE color: 13293306.

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

Color convert

RGB250214202-
CMYK00.140.190.02
HSL15º82.76%88.63%-
HSV(B)15º19.2%98.04%-
XYZ74.1372.6866-
YUV223.4115.93146.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=37.54%
G=32.13%
B=30.33%

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
Decimal25021420200.140.190.021582.7688.63
HexFAD6CA0E132f5359
Octal37232631201623217123131
Binary111110101101011011001010011101001110111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6CA; }

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

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

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

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

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

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

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

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