#FFEDEB

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

Shades of Misty Rose #FFEDEB

Tints of Misty Rose #FFEDEB

Color information

#FFEDEB (or 0xFFEDEB) is unknown color: approx Misty Rose. HEX triplet: FF, ED and EB. RGB value is (255,237,235). Sum of RGB (Red+Green+Blue) = 255+237+235=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 235 (92.19% from 255 or 32.32% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDEB is #001214. Grayscale: #F2F2F2. Windows color (decimal): -4629 or 15461887. OLE color: 15461887.

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

Color convert

RGB255237235-
CMYK00.070.080
HSL100%96.08%-
HSV(B)7.84%100%-
XYZ86.5287.8390.99-
YUV242.15123.96137.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 237 (92.97% from 255) = 32.60%
BLUE value IS 235 (92.19% from 255) = 32.32%
R=35.08%
G=32.60%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523723500.070.080610096.08
HexFFEDEB078066460
Octal377355353071006144140
Binary11111111111011011110101101111000011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDEB; }

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

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

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

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

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

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

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

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