#FAD6CB

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

Shades of Cinderella #FAD6CB

Tints of Cinderella #FAD6CB

Color information

#FAD6CB (or 0xFAD6CB) is unknown color: approx Cinderella. HEX triplet: FA, D6 and CB. RGB value is (250,214,203). Sum of RGB (Red+Green+Blue) = 250+214+203=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6CB is #052934. Grayscale: #DFDFDF. Windows color (decimal): -338229 or 13358842. OLE color: 13358842.

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

Color convert

RGB250214203-
CMYK00.140.190.02
HSL14.04º82.46%88.82%-
HSV(B)14.04º18.8%98.04%-
XYZ74.2572.7366.62-
YUV223.51116.43146.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 214 (83.98% from 255) = 32.08%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=37.48%
G=32.08%
B=30.43%

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
Decimal25021420300.140.190.0214.0482.4688.82
HexFAD6CB0E132e5259
Octal37232631301623216122131
Binary111110101101011011001011011101001110111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6CB; }

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

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

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

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

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

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

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

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