#FCDBCB

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

Shades of Cinderella #FCDBCB

Tints of Cinderella #FCDBCB

Color information

#FCDBCB (or 0xFCDBCB) is unknown color: approx Cinderella. HEX triplet: FC, DB and CB. RGB value is (252,219,203). Sum of RGB (Red+Green+Blue) = 252+219+203=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCB is #032434. Grayscale: #E3E3E3. Windows color (decimal): -205877 or 13360124. OLE color: 13360124.

HSL color Cylindrical-coordinate representation of color #FCDBCB: hue angle of 19.59º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCDBCB is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252219203-
CMYK00.130.190.01
HSL19.59º89.09%89.22%-
HSV(B)19.59º19.44%98.82%-
XYZ76.2675.6767.09-
YUV227.04114.43145.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 203 (79.69% from 255) = 30.12%
R=37.39%
G=32.49%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221920300.130.190.0119.5989.0989.22
HexFCDBCB0D131145959
Octal37433331301523124131131
Binary111111001101101111001011011011001111010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBCB; }

 p { color: rgb(252,219,203); }

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

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

 a { background-color: rgb(252,219,203); }

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

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

 span { border-color: rgb(252,219,203); }

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