#FBDDCD

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

Shades of Cinderella #FBDDCD

Tints of Cinderella #FBDDCD

Color information

#FBDDCD (or 0xFBDDCD) is unknown color: approx Cinderella. HEX triplet: FB, DD and CD. RGB value is (251,221,205). Sum of RGB (Red+Green+Blue) = 251+221+205=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCD is #042232. Grayscale: #E4E4E4. Windows color (decimal): -270899 or 13491707. OLE color: 13491707.

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

Color convert

RGB251221205-
CMYK00.120.180.02
HSL20.87º85.19%89.41%-
HSV(B)20.87º18.33%98.43%-
XYZ76.6676.6368.51-
YUV228.15114.94144.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=37.08%
G=32.64%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122120500.120.180.0220.8785.1989.41
HexFBDDCD0C122155559
Octal37333531501422225125131
Binary1111101111011101110011010110010010101010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDCD; }

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

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

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

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

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

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

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

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