#FDEDEB

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

Shades of Misty Rose #FDEDEB

Tints of Misty Rose #FDEDEB

Color information

#FDEDEB (or 0xFDEDEB) is unknown color: approx Misty Rose. HEX triplet: FD, ED and EB. RGB value is (253,237,235). Sum of RGB (Red+Green+Blue) = 253+237+235=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 235 (92.19% from 255 or 32.41% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDEB is #021214. Grayscale: #F1F1F1. Windows color (decimal): -135701 or 15461885. OLE color: 15461885.

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

Color convert

RGB253237235-
CMYK00.060.070.01
HSL6.67º81.82%95.69%-
HSV(B)6.67º7.11%99.22%-
XYZ85.7987.4590.96-
YUV241.56124.3136.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.90%
GREEN value IS 237 (92.97% from 255) = 32.69%
BLUE value IS 235 (92.19% from 255) = 32.41%
R=34.90%
G=32.69%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323723500.060.070.016.6781.8295.69
HexFDEDEB067175260
Octal37535535306717122140
Binary1111110111101101111010110110111111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDEB; }

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

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

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

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

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

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

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

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