#FBD7CD

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

Shades of Cinderella #FBD7CD

Tints of Cinderella #FBD7CD

Color information

#FBD7CD (or 0xFBD7CD) is unknown color: approx Cinderella. HEX triplet: FB, D7 and CD. RGB value is (251,215,205). Sum of RGB (Red+Green+Blue) = 251+215+205=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7CD is #042832. Grayscale: #E0E0E0. Windows color (decimal): -272435 or 13490171. OLE color: 13490171.

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

Color convert

RGB251215205-
CMYK00.140.180.02
HSL13.04º85.19%89.41%-
HSV(B)13.04º18.33%98.43%-
XYZ75.173.5267.99-
YUV224.62116.93146.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=37.41%
G=32.04%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121520500.140.180.0213.0485.1989.41
HexFBD7CD0E122d5559
Octal37332731501622215125131
Binary111110111101011111001101011101001010110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7CD; }

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

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

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

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

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

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

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

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