#FBD9CC

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

Shades of Cinderella #FBD9CC

Tints of Cinderella #FBD9CC

Color information

#FBD9CC (or 0xFBD9CC) is unknown color: approx Cinderella. HEX triplet: FB, D9 and CC. RGB value is (251,217,204). Sum of RGB (Red+Green+Blue) = 251+217+204=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9CC is #042633. Grayscale: #E1E1E1. Windows color (decimal): -271924 or 13425147. OLE color: 13425147.

HSL color Cylindrical-coordinate representation of color #FBD9CC: hue angle of 16.6º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBD9CC is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251217204-
CMYK00.140.190.02
HSL16.6º85.45%89.22%-
HSV(B)16.6º18.73%98.43%-
XYZ75.574.4967.53-
YUV225.68115.76146.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=37.35%
G=32.29%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121720400.140.190.0216.685.4589.22
HexFBD9CC0E132115559
Octal37333131401623221125131
Binary1111101111011001110011000111010011101000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9CC; }

 p { color: rgb(251,217,204); }

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

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

 a { background-color: rgb(251,217,204); }

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

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

 span { border-color: rgb(251,217,204); }

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