Shades of Misty Rose #FEDADA
Tints of Misty Rose #FEDADA
RGB
CMYK
RGB Variations
Color information
#FEDADA (or 0xFEDADA) is known color: Misty Rose. HEX triplet: FE, DA and DA. RGB value is (254,218,218). Sum of RGB (Red+Green+Blue) = 254+218+218=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDADA is #012525. Grayscale: #E4E4E4. Windows color (decimal): -75046 or 14342910. OLE color: 14342910.
HSL color Cylindrical-coordinate representation of color #FEDADA: hue angle of 0º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDADA is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 218 | - |
CMYK | 0 | 0.14 | 0.14 | 0.00 |
HSL | 0º | 0.95% | 0.93% | - |
HSV(B) | 0º | 0.14% | 1% | - |
XYZ | 78.6 | 76.28 | 76.91 | - |
YUV | 228.76 | 121.93 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 218 | 0 | 0.14 | 0.14 | 0.00 | 0 | 0.95 | 0.93 |
Hex | FE | DA | DA | 0 | E | E | 0 | 0 | 5F | 5D |
Octal | 376 | 332 | 332 | 0 | 16 | 16 | 0 | 0 | 137 | 135 |
Binary | 11111110 | 11011010 | 11011010 | 0 | 1110 | 1110 | 0 | 0 | 1011111 | 1011101 |
Color Harmonies of #FEDADA
Complementary color
Monochromatic Colors of #FEDADA
Black with #FEDADA
Text Example
Text Example
White with #FEDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDADA; }
p { color: rgb(254,218,218); }
H1.HeaderClassName
{
color: #FEDADA;
}
.AnyTagClassName
{
color: #FEDADA;
}
</style>
background-color css
<style>
a { background-color: #FEDADA; }
a { background-color: rgb(254,218,218); }
div.DivClassName
{
background-color: #FEDADA;
}
.BgClassName
{
background-color: #FEDADA;
}
</style>
border-color css
<style>
span { border-color: #FEDADA; }
span { border-color: rgb(254,218,218); }
td.TdClassName
{
border-color: #FEDADA;
}
.TagClassName
{
border-color: #FEDADA;
}
</style>