#FADACD

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

Shades of Cinderella #FADACD

Tints of Cinderella #FADACD

Color information

#FADACD (or 0xFADACD) is unknown color: approx Cinderella. HEX triplet: FA, DA and CD. RGB value is (250,218,205). Sum of RGB (Red+Green+Blue) = 250+218+205=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACD is #052532. Grayscale: #E2E2E2. Windows color (decimal): -337203 or 13490938. OLE color: 13490938.

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

Color convert

RGB250218205-
CMYK00.130.180.02
HSL17.33º81.82%89.22%-
HSV(B)17.33º18%98.04%-
XYZ75.5274.8768.23-
YUV226.09116.1145.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=37.15%
G=32.39%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021820500.130.180.0217.3381.8289.22
HexFADACD0D122115259
Octal37233231501522221122131
Binary1111101011011010110011010110110010101000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADACD; }

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

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

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

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

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

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

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

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