#FBD9C9

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

Shades of Cinderella #FBD9C9

Tints of Cinderella #FBD9C9

Color information

#FBD9C9 (or 0xFBD9C9) is unknown color: approx Cinderella. HEX triplet: FB, D9 and C9. RGB value is (251,217,201). Sum of RGB (Red+Green+Blue) = 251+217+201=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C9 is #042636. Grayscale: #E1E1E1. Windows color (decimal): -271927 or 13228539. OLE color: 13228539.

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

Color convert

RGB251217201-
CMYK00.140.200.02
HSL19.2º86.21%88.63%-
HSV(B)19.2º19.92%98.43%-
XYZ75.1474.3565.65-
YUV225.34114.26146.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 201 (78.91% from 255) = 30.04%
R=37.52%
G=32.44%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121720100.140.200.0219.286.2188.63
HexFBD9C90E142135659
Octal37333131101624223126131
Binary1111101111011001110010010111010100101001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9C9; }

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

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

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

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

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

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

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

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