#FAD7CB

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

Shades of Cinderella #FAD7CB

Tints of Cinderella #FAD7CB

Color information

#FAD7CB (or 0xFAD7CB) is unknown color: approx Cinderella. HEX triplet: FA, D7 and CB. RGB value is (250,215,203). Sum of RGB (Red+Green+Blue) = 250+215+203=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CB is #052834. Grayscale: #E0E0E0. Windows color (decimal): -337973 or 13359098. OLE color: 13359098.

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

Color convert

RGB250215203-
CMYK00.140.190.02
HSL15.32º82.46%88.82%-
HSV(B)15.32º18.8%98.04%-
XYZ74.573.2466.71-
YUV224.1116.1146.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=37.43%
G=32.19%
B=30.39%

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
Decimal25021520300.140.190.0215.3282.4688.82
HexFAD7CB0E132f5259
Octal37232731301623217122131
Binary111110101101011111001011011101001110111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7CB; }

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

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

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

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

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

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

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

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