#FBD6C8

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

Shades of Cinderella #FBD6C8

Tints of Cinderella #FBD6C8

Color information

#FBD6C8 (or 0xFBD6C8) is unknown color: approx Cinderella. HEX triplet: FB, D6 and C8. RGB value is (251,214,200). Sum of RGB (Red+Green+Blue) = 251+214+200=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 200 (78.52% from 255 or 30.08% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6C8 is #042937. Grayscale: #DFDFDF. Windows color (decimal): -272696 or 13162235. OLE color: 13162235.

HSL color Cylindrical-coordinate representation of color #FBD6C8: hue angle of 16.47º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBD6C8 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251214200-
CMYK00.150.200.02
HSL16.47º86.44%88.43%-
HSV(B)16.47º20.32%98.43%-
XYZ74.2672.7764.78-
YUV223.47114.76147.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 214 (83.98% from 255) = 32.18%
BLUE value IS 200 (78.52% from 255) = 30.08%
R=37.74%
G=32.18%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121420000.150.200.0216.4786.4488.43
HexFBD6C80F142105658
Octal37332631001724220126130
Binary1111101111010110110010000111110100101000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6C8; }

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

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

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

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

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

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

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

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