#FDEBE8

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

Shades of Misty Rose #FDEBE8

Tints of Misty Rose #FDEBE8

Color information

#FDEBE8 (or 0xFDEBE8) is unknown color: approx Misty Rose. HEX triplet: FD, EB and E8. RGB value is (253,235,232). Sum of RGB (Red+Green+Blue) = 253+235+232=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 232 (91.02% from 255 or 32.22% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBE8 is #021417. Grayscale: #F0F0F0. Windows color (decimal): -136216 or 15264765. OLE color: 15264765.

HSL color Cylindrical-coordinate representation of color #FDEBE8: hue angle of 8.57º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEBE8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253235232-
CMYK00.070.080.01
HSL8.57º84%95.1%-
HSV(B)8.57º8.3%99.22%-
XYZ84.7886.1388.5-
YUV240.04123.46137.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 235 (92.19% from 255) = 32.64%
BLUE value IS 232 (91.02% from 255) = 32.22%
R=35.14%
G=32.64%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323523200.070.080.018.578495.1
HexFDEBE807819545f
Octal3753533500710111124137
Binary111111011110101111101000011110001100110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBE8; }

 p { color: rgb(253,235,232); }

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

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

 a { background-color: rgb(253,235,232); }

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

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

 span { border-color: rgb(253,235,232); }

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