Shades of Misty Rose #FEDBDB
Tints of Misty Rose #FEDBDB
RGB
CMYK
RGB Variations
Color information
#FEDBDB (or 0xFEDBDB) is known color: Misty Rose. HEX triplet: FE, DB and DB. RGB value is (254,219,219). Sum of RGB (Red+Green+Blue) = 254+219+219=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBDB is #012424. Grayscale: #E5E5E5. Windows color (decimal): -74789 or 14408702. OLE color: 14408702.
HSL color Cylindrical-coordinate representation of color #FEDBDB: 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 #FEDBDB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 219 | 219 | - |
CMYK | 0 | 0.14 | 0.14 | 0.00 |
HSL | 0º | 0.95% | 0.93% | - |
HSV(B) | 0º | 0.14% | 1% | - |
XYZ | 78.99 | 76.85 | 77.69 | - |
YUV | 229.47 | 122.1 | 145.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 219 | 219 | 0 | 0.14 | 0.14 | 0.00 | 0 | 0.95 | 0.93 |
Hex | FE | DB | DB | 0 | E | E | 0 | 0 | 5F | 5D |
Octal | 376 | 333 | 333 | 0 | 16 | 16 | 0 | 0 | 137 | 135 |
Binary | 11111110 | 11011011 | 11011011 | 0 | 1110 | 1110 | 0 | 0 | 1011111 | 1011101 |
Color Harmonies of #FEDBDB
Complementary color
Monochromatic Colors of #FEDBDB
Black with #FEDBDB
Text Example
Text Example
White with #FEDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBDB; }
p { color: rgb(254,219,219); }
H1.HeaderClassName
{
color: #FEDBDB;
}
.AnyTagClassName
{
color: #FEDBDB;
}
</style>
background-color css
<style>
a { background-color: #FEDBDB; }
a { background-color: rgb(254,219,219); }
div.DivClassName
{
background-color: #FEDBDB;
}
.BgClassName
{
background-color: #FEDBDB;
}
</style>
border-color css
<style>
span { border-color: #FEDBDB; }
span { border-color: rgb(254,219,219); }
td.TdClassName
{
border-color: #FEDBDB;
}
.TagClassName
{
border-color: #FEDBDB;
}
</style>