#FBDACE

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

Shades of Cinderella #FBDACE

Tints of Cinderella #FBDACE

Color information

#FBDACE (or 0xFBDACE) is unknown color: approx Cinderella. HEX triplet: FB, DA and CE. RGB value is (251,218,206). Sum of RGB (Red+Green+Blue) = 251+218+206=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACE is #042531. Grayscale: #E2E2E2. Windows color (decimal): -271666 or 13556475. OLE color: 13556475.

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

Color convert

RGB251218206-
CMYK00.130.180.02
HSL16º84.91%89.61%-
HSV(B)16º17.93%98.43%-
XYZ7675.1168.88-
YUV226.5116.43145.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 206 (80.86% from 255) = 30.52%
R=37.19%
G=32.30%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121820600.130.180.021684.9189.61
HexFBDACE0D12210555a
Octal37333231601522220125132
Binary1111101111011010110011100110110010101000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDACE; }

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

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

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

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

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

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

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

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