#FBDAC9

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

Shades of Cinderella #FBDAC9

Tints of Cinderella #FBDAC9

Color information

#FBDAC9 (or 0xFBDAC9) is unknown color: approx Cinderella. HEX triplet: FB, DA and C9. RGB value is (251,218,201). Sum of RGB (Red+Green+Blue) = 251+218+201=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAC9 is #042536. Grayscale: #E2E2E2. Windows color (decimal): -271671 or 13228795. OLE color: 13228795.

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

Color convert

RGB251218201-
CMYK00.130.200.02
HSL20.4º86.21%88.63%-
HSV(B)20.4º19.92%98.43%-
XYZ75.474.8765.74-
YUV225.93113.93145.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 201 (78.91% from 255) = 30%
R=37.46%
G=32.54%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121820100.130.200.0220.486.2188.63
HexFBDAC90D142145659
Octal37333231101524224126131
Binary1111101111011010110010010110110100101010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAC9; }

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

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

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

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

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

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

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

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