#FAD4CB

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

Shades of Cinderella #FAD4CB

Tints of Cinderella #FAD4CB

Color information

#FAD4CB (or 0xFAD4CB) is unknown color: approx Cinderella. HEX triplet: FA, D4 and CB. RGB value is (250,212,203). Sum of RGB (Red+Green+Blue) = 250+212+203=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CB is #052B34. Grayscale: #DEDEDE. Windows color (decimal): -338741 or 13358330. OLE color: 13358330.

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

Color convert

RGB250212203-
CMYK00.150.190.02
HSL11.49º82.46%88.82%-
HSV(B)11.49º18.8%98.04%-
XYZ73.7571.7266.46-
YUV222.34117.09147.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 212 (83.20% from 255) = 31.88%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=37.59%
G=31.88%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021220300.150.190.0211.4982.4688.82
HexFAD4CB0F132b5259
Octal37232431301723213122131
Binary111110101101010011001011011111001110101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4CB; }

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

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

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

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

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

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

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

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