Shades of Misty Rose #FEEFED
Tints of Misty Rose #FEEFED
RGB
CMYK
RGB Variations
Color information
#FEEFED (or 0xFEEFED) is known color: Misty Rose. HEX triplet: FE, EF and ED. RGB value is (254,239,237). Sum of RGB (Red+Green+Blue) = 254+239+237=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFED is #011012. Grayscale: #F3F3F3. Windows color (decimal): -69651 or 15593470. OLE color: 15593470.
HSL color Cylindrical-coordinate representation of color #FEEFED: hue angle of 7.06º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEFED is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 237 | - |
CMYK | 0 | 0.06 | 0.07 | 0.00 |
HSL | 7.06º | 0.89% | 0.96% | - |
HSV(B) | 7.06º | 0.07% | 1% | - |
XYZ | 87.03 | 88.92 | 92.7 | - |
YUV | 243.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 237 | 0 | 0.06 | 0.07 | 0.00 | 7.06 | 0.89 | 0.96 |
Hex | FE | EF | ED | 0 | 6 | 7 | 0 | 7 | 59 | 60 |
Octal | 376 | 357 | 355 | 0 | 6 | 7 | 0 | 7 | 131 | 140 |
Binary | 11111110 | 11101111 | 11101101 | 0 | 110 | 111 | 0 | 111 | 1011001 | 1100000 |
Color Harmonies of #FEEFED
Complementary color
Monochromatic Colors of #FEEFED
Black with #FEEFED
Text Example
Text Example
White with #FEEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFED; }
p { color: rgb(254,239,237); }
H1.HeaderClassName
{
color: #FEEFED;
}
.AnyTagClassName
{
color: #FEEFED;
}
</style>
background-color css
<style>
a { background-color: #FEEFED; }
a { background-color: rgb(254,239,237); }
div.DivClassName
{
background-color: #FEEFED;
}
.BgClassName
{
background-color: #FEEFED;
}
</style>
border-color css
<style>
span { border-color: #FEEFED; }
span { border-color: rgb(254,239,237); }
td.TdClassName
{
border-color: #FEEFED;
}
.TagClassName
{
border-color: #FEEFED;
}
</style>