#FBD7CC

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

Shades of Cinderella #FBD7CC

Tints of Cinderella #FBD7CC

Color information

#FBD7CC (or 0xFBD7CC) is unknown color: approx Cinderella. HEX triplet: FB, D7 and CC. RGB value is (251,215,204). Sum of RGB (Red+Green+Blue) = 251+215+204=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7CC is #042833. Grayscale: #E0E0E0. Windows color (decimal): -272436 or 13424635. OLE color: 13424635.

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

Color convert

RGB251215204-
CMYK00.140.190.02
HSL14.04º85.45%89.22%-
HSV(B)14.04º18.73%98.43%-
XYZ74.9873.4767.36-
YUV224.51116.43146.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=37.46%
G=32.09%
B=30.45%

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
Decimal25121520400.140.190.0214.0485.4589.22
HexFBD7CC0E132e5559
Octal37332731401623216125131
Binary111110111101011111001100011101001110111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7CC; }

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

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

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

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

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

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

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

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