#FBD9CE

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

Shades of Cinderella #FBD9CE

Tints of Cinderella #FBD9CE

Color information

#FBD9CE (or 0xFBD9CE) is unknown color: approx Cinderella. HEX triplet: FB, D9 and CE. RGB value is (251,217,206). Sum of RGB (Red+Green+Blue) = 251+217+206=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9CE is #042631. Grayscale: #E1E1E1. Windows color (decimal): -271922 or 13556219. OLE color: 13556219.

HSL color Cylindrical-coordinate representation of color #FBD9CE: hue angle of 14.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBD9CE is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251217206-
CMYK00.140.180.02
HSL14.67º84.91%89.61%-
HSV(B)14.67º17.93%98.43%-
XYZ75.7474.5968.8-
YUV225.91116.76145.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=37.24%
G=32.20%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121720600.140.180.0214.6784.9189.61
HexFBD9CE0E122f555a
Octal37333131601622217125132
Binary111110111101100111001110011101001010111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9CE; }

 p { color: rgb(251,217,206); }

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

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

 a { background-color: rgb(251,217,206); }

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

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

 span { border-color: rgb(251,217,206); }

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