#FBDBCD

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

Shades of Cinderella #FBDBCD

Tints of Cinderella #FBDBCD

Color information

#FBDBCD (or 0xFBDBCD) is unknown color: approx Cinderella. HEX triplet: FB, DB and CD. RGB value is (251,219,205). Sum of RGB (Red+Green+Blue) = 251+219+205=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBCD is #042432. Grayscale: #E3E3E3. Windows color (decimal): -271411 or 13491195. OLE color: 13491195.

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

Color convert

RGB251219205-
CMYK00.130.180.02
HSL18.26º85.19%89.41%-
HSV(B)18.26º18.33%98.43%-
XYZ76.1375.5868.33-
YUV226.97115.6145.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=37.19%
G=32.44%
B=30.37%

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
Decimal25121920500.130.180.0218.2685.1989.41
HexFBDBCD0D122125559
Octal37333331501522222125131
Binary1111101111011011110011010110110010101001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBCD; }

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

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

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

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

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

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

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

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