#FBD9CF

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

Shades of Cinderella #FBD9CF

Tints of Cinderella #FBD9CF

Color information

#FBD9CF (or 0xFBD9CF) is unknown color: approx Cinderella. HEX triplet: FB, D9 and CF. RGB value is (251,217,207). Sum of RGB (Red+Green+Blue) = 251+217+207=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9CF is #042630. Grayscale: #E2E2E2. Windows color (decimal): -271921 or 13621755. OLE color: 13621755.

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

Color convert

RGB251217207-
CMYK00.140.180.02
HSL13.64º84.62%89.8%-
HSV(B)13.64º17.53%98.43%-
XYZ75.8674.6469.44-
YUV226.03117.26145.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=37.19%
G=32.15%
B=30.67%

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
Decimal25121720700.140.180.0213.6484.6289.8
HexFBD9CF0E122e555a
Octal37333131701622216125132
Binary111110111101100111001111011101001010111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9CF; }

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

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

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

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

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

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

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

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