Shades of Lavender Rose #F8AADC
Tints of Lavender Rose #F8AADC
RGB
CMYK
RGB Variations
Color information
#F8AADC (or 0xF8AADC) is known color: Lavender Rose. HEX triplet: F8, AA and DC. RGB value is (248,170,220). Sum of RGB (Red+Green+Blue) = 248+170+220=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AADC is #075523. Grayscale: #C6C6C6. Windows color (decimal): -480548 or 14461688. OLE color: 14461688.
HSL color Cylindrical-coordinate representation of color #F8AADC: hue angle of 321.54º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AADC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 220 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 321.54º | 0.85% | 0.82% | - |
| HSV(B) | 321.54º | 0.31% | 0.97% | - |
| XYZ | 66 | 53.87 | 74.63 | - |
| YUV | 199.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 220 | 0 | 0.31 | 0.11 | 0.03 | 321.54 | 0.85 | 0.82 |
| Hex | F8 | AA | DC | 0 | 1F | B | 3 | 142 | 55 | 52 |
| Octal | 370 | 252 | 334 | 0 | 37 | 13 | 3 | 502 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11011100 | 0 | 11111 | 1011 | 11 | 101000010 | 1010101 | 1010010 |
Color Harmonies of #F8AADC
Complementary color
Monochromatic Colors of #F8AADC
Black with #F8AADC
Text Example
Text Example
White with #F8AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AADC; }
p { color: rgb(248,170,220); }
H1.HeaderClassName
{
color: #F8AADC;
}
.AnyTagClassName
{
color: #F8AADC;
}
</style>
background-color css
<style>
a { background-color: #F8AADC; }
a { background-color: rgb(248,170,220); }
div.DivClassName
{
background-color: #F8AADC;
}
.BgClassName
{
background-color: #F8AADC;
}
</style>
border-color css
<style>
span { border-color: #F8AADC; }
span { border-color: rgb(248,170,220); }
td.TdClassName
{
border-color: #F8AADC;
}
.TagClassName
{
border-color: #F8AADC;
}
</style>