#FBD7CE

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

Shades of Cinderella #FBD7CE

Tints of Cinderella #FBD7CE

Color information

#FBD7CE (or 0xFBD7CE) is unknown color: approx Cinderella. HEX triplet: FB, D7 and CE. RGB value is (251,215,206). Sum of RGB (Red+Green+Blue) = 251+215+206=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7CE is #042831. Grayscale: #E0E0E0. Windows color (decimal): -272434 or 13555707. OLE color: 13555707.

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

Color convert

RGB251215206-
CMYK00.140.180.02
HSL12º84.91%89.61%-
HSV(B)12º17.93%98.43%-
XYZ75.2273.5768.63-
YUV224.74117.43146.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=37.35%
G=31.99%
B=30.65%

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
Decimal25121520600.140.180.021284.9189.61
HexFBD7CE0E122c555a
Octal37332731601622214125132
Binary111110111101011111001110011101001010110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7CE; }

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

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

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

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

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

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

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

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