#FBDACD

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

Shades of Cinderella #FBDACD

Tints of Cinderella #FBDACD

Color information

#FBDACD (or 0xFBDACD) is unknown color: approx Cinderella. HEX triplet: FB, DA and CD. RGB value is (251,218,205). Sum of RGB (Red+Green+Blue) = 251+218+205=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACD is #042532. Grayscale: #E2E2E2. Windows color (decimal): -271667 or 13490939. OLE color: 13490939.

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

Color convert

RGB251218205-
CMYK00.130.180.02
HSL16.96º85.19%89.41%-
HSV(B)16.96º18.33%98.43%-
XYZ75.8775.0668.25-
YUV226.38115.93145.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=37.24%
G=32.34%
B=30.42%

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
Decimal25121820500.130.180.0216.9685.1989.41
HexFBDACD0D122115559
Octal37333231501522221125131
Binary1111101111011010110011010110110010101000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDACD; }

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

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

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

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

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

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

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

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