#FEDBCB

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

Shades of Cinderella #FEDBCB

Tints of Cinderella #FEDBCB

Color information

#FEDBCB (or 0xFEDBCB) is unknown color: approx Cinderella. HEX triplet: FE, DB and CB. RGB value is (254,219,203). Sum of RGB (Red+Green+Blue) = 254+219+203=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBCB is #012434. Grayscale: #E3E3E3. Windows color (decimal): -74805 or 13360126. OLE color: 13360126.

HSL color Cylindrical-coordinate representation of color #FEDBCB: hue angle of 18.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDBCB is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254219203-
CMYK00.140.200.00
HSL18.82º96.23%89.61%-
HSV(B)18.82º20.08%99.61%-
XYZ76.9876.0567.12-
YUV227.64114.1146.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 203 (79.69% from 255) = 30.03%
R=37.57%
G=32.40%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421920300.140.200.0018.8296.2389.61
HexFEDBCB0E14013605a
Octal37633331301624023140132
Binary111111101101101111001011011101010001001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBCB; }

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

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

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

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

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

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

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

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