#FADACA

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

Shades of Cinderella #FADACA

Tints of Cinderella #FADACA

Color information

#FADACA (or 0xFADACA) is unknown color: approx Cinderella. HEX triplet: FA, DA and CA. RGB value is (250,218,202). Sum of RGB (Red+Green+Blue) = 250+218+202=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACA is #052535. Grayscale: #E1E1E1. Windows color (decimal): -337206 or 13294330. OLE color: 13294330.

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

Color convert

RGB250218202-
CMYK00.130.190.02
HSL20º82.76%88.63%-
HSV(B)20º19.2%98.04%-
XYZ75.1674.7366.34-
YUV225.74114.6145.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=37.31%
G=32.54%
B=30.15%

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
Decimal25021820200.130.190.022082.7688.63
HexFADACA0D132145359
Octal37233231201523224123131
Binary1111101011011010110010100110110011101010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADACA; }

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

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

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

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

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

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

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

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