#FBDACC

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

Shades of Cinderella #FBDACC

Tints of Cinderella #FBDACC

Color information

#FBDACC (or 0xFBDACC) is unknown color: approx Cinderella. HEX triplet: FB, DA and CC. RGB value is (251,218,204). Sum of RGB (Red+Green+Blue) = 251+218+204=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACC is #042533. Grayscale: #E2E2E2. Windows color (decimal): -271668 or 13425403. OLE color: 13425403.

HSL color Cylindrical-coordinate representation of color #FBDACC: hue angle of 17.87º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBDACC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251218204-
CMYK00.130.190.02
HSL17.87º85.45%89.22%-
HSV(B)17.87º18.73%98.43%-
XYZ75.7575.0167.61-
YUV226.27115.43145.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 204 (80.08% from 255) = 30.31%
R=37.30%
G=32.39%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121820400.130.190.0217.8785.4589.22
HexFBDACC0D132125559
Octal37333231401523222125131
Binary1111101111011010110011000110110011101001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDACC; }

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

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

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

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

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

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

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

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