#FBD6CD

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

Shades of Cinderella #FBD6CD

Tints of Cinderella #FBD6CD

Color information

#FBD6CD (or 0xFBD6CD) is unknown color: approx Cinderella. HEX triplet: FB, D6 and CD. RGB value is (251,214,205). Sum of RGB (Red+Green+Blue) = 251+214+205=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6CD is #042932. Grayscale: #E0E0E0. Windows color (decimal): -272691 or 13489915. OLE color: 13489915.

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

Color convert

RGB251214205-
CMYK00.150.180.02
HSL11.74º85.19%89.41%-
HSV(B)11.74º18.33%98.43%-
XYZ74.8573.0167.9-
YUV224.04117.26147.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=37.46%
G=31.94%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121420500.150.180.0211.7485.1989.41
HexFBD6CD0F122c5559
Octal37332631501722214125131
Binary111110111101011011001101011111001010110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6CD; }

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

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

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

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

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

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

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

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