#FBD8CE

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

Shades of Cinderella #FBD8CE

Tints of Cinderella #FBD8CE

Color information

#FBD8CE (or 0xFBD8CE) is unknown color: approx Cinderella. HEX triplet: FB, D8 and CE. RGB value is (251,216,206). Sum of RGB (Red+Green+Blue) = 251+216+206=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8CE is #042731. Grayscale: #E1E1E1. Windows color (decimal): -272178 or 13555963. OLE color: 13555963.

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

Color convert

RGB251216206-
CMYK00.140.180.02
HSL13.33º84.91%89.61%-
HSV(B)13.33º17.93%98.43%-
XYZ75.4874.0868.71-
YUV225.32117.1146.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=37.30%
G=32.10%
B=30.61%

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
Decimal25121620600.140.180.0213.3384.9189.61
HexFBD8CE0E122d555a
Octal37333031601622215125132
Binary111110111101100011001110011101001010110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8CE; }

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

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

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

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

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

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

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

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