#FBD6C9

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

Shades of Cinderella #FBD6C9

Tints of Cinderella #FBD6C9

Color information

#FBD6C9 (or 0xFBD6C9) is unknown color: approx Cinderella. HEX triplet: FB, D6 and C9. RGB value is (251,214,201). Sum of RGB (Red+Green+Blue) = 251+214+201=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6C9 is #042936. Grayscale: #DFDFDF. Windows color (decimal): -272695 or 13227771. OLE color: 13227771.

HSL color Cylindrical-coordinate representation of color #FBD6C9: hue angle of 15.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBD6C9 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251214201-
CMYK00.150.200.02
HSL15.6º86.21%88.63%-
HSV(B)15.6º19.92%98.43%-
XYZ74.3772.8265.39-
YUV223.58115.26147.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 201 (78.91% from 255) = 30.18%
R=37.69%
G=32.13%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121420100.150.200.0215.686.2188.63
HexFBD6C90F142105659
Octal37332631101724220126131
Binary1111101111010110110010010111110100101000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6C9; }

 p { color: rgb(251,214,201); }

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

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

 a { background-color: rgb(251,214,201); }

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

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

 span { border-color: rgb(251,214,201); }

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