#FADACB

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

Shades of Cinderella #FADACB

Tints of Cinderella #FADACB

Color information

#FADACB (or 0xFADACB) is unknown color: approx Cinderella. HEX triplet: FA, DA and CB. RGB value is (250,218,203). Sum of RGB (Red+Green+Blue) = 250+218+203=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACB is #052534. Grayscale: #E1E1E1. Windows color (decimal): -337205 or 13359866. OLE color: 13359866.

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

Color convert

RGB250218203-
CMYK00.130.190.02
HSL19.15º82.46%88.82%-
HSV(B)19.15º18.8%98.04%-
XYZ75.2874.7866.97-
YUV225.86115.1145.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=37.26%
G=32.49%
B=30.25%

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
Decimal25021820300.130.190.0219.1582.4688.82
HexFADACB0D132135259
Octal37233231301523223122131
Binary1111101011011010110010110110110011101001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADACB; }

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

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

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

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

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

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

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

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