#FAD3CA

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

Shades of Cinderella #FAD3CA

Tints of Cinderella #FAD3CA

Color information

#FAD3CA (or 0xFAD3CA) is unknown color: approx Cinderella. HEX triplet: FA, D3 and CA. RGB value is (250,211,202). Sum of RGB (Red+Green+Blue) = 250+211+202=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3CA is #052C35. Grayscale: #DDDDDD. Windows color (decimal): -338998 or 13292538. OLE color: 13292538.

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

Color convert

RGB250211202-
CMYK00.160.190.02
HSL11.25º82.76%88.63%-
HSV(B)11.25º19.2%98.04%-
XYZ73.3871.1865.75-
YUV221.64116.92148.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 211 (82.81% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=37.71%
G=31.83%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021120200.160.190.0211.2582.7688.63
HexFAD3CA010132b5359
Octal37232331202023213123131
Binary1111101011010011110010100100001001110101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3CA; }

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

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

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

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

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

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

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

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