Shades of Misty Rose #FFDADA
Tints of Misty Rose #FFDADA
RGB
CMYK
RGB Variations
Color information
#FFDADA (or 0xFFDADA) is known color: Misty Rose. HEX triplet: FF, DA and DA. RGB value is (255,218,218). Sum of RGB (Red+Green+Blue) = 255+218+218=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDADA is #002525. Grayscale: #E5E5E5. Windows color (decimal): -9510 or 14342911. OLE color: 14342911.
HSL color Cylindrical-coordinate representation of color #FFDADA: hue angle of 0º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDADA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 218 | 218 | - |
CMYK | 0 | 0.15 | 0.15 | 0 |
HSL | 0º | 1% | 0.93% | - |
HSV(B) | 0º | 0.15% | 1% | - |
XYZ | 78.97 | 76.46 | 76.93 | - |
YUV | 229.06 | 121.76 | 146.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 218 | 218 | 0 | 0.15 | 0.15 | 0 | 0 | 1 | 0.93 |
Hex | FF | DA | DA | 0 | F | F | 0 | 0 | 64 | 5D |
Octal | 377 | 332 | 332 | 0 | 17 | 17 | 0 | 0 | 144 | 135 |
Binary | 11111111 | 11011010 | 11011010 | 0 | 1111 | 1111 | 0 | 0 | 1100100 | 1011101 |
Color Harmonies of #FFDADA
Complementary color
Monochromatic Colors of #FFDADA
Black with #FFDADA
Text Example
Text Example
White with #FFDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDADA; }
p { color: rgb(255,218,218); }
H1.HeaderClassName
{
color: #FFDADA;
}
.AnyTagClassName
{
color: #FFDADA;
}
</style>
background-color css
<style>
a { background-color: #FFDADA; }
a { background-color: rgb(255,218,218); }
div.DivClassName
{
background-color: #FFDADA;
}
.BgClassName
{
background-color: #FFDADA;
}
</style>
border-color css
<style>
span { border-color: #FFDADA; }
span { border-color: rgb(255,218,218); }
td.TdClassName
{
border-color: #FFDADA;
}
.TagClassName
{
border-color: #FFDADA;
}
</style>