Shades of Lavender Rose #F6AFF8
Tints of Lavender Rose #F6AFF8
RGB
CMYK
RGB Variations
Color information
#F6AFF8 (or 0xF6AFF8) is known color: Lavender Rose. HEX triplet: F6, AF and F8. RGB value is (246,175,248). Sum of RGB (Red+Green+Blue) = 246+175+248=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6AFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AFF8 is #095007. Grayscale: #CCCCCC. Windows color (decimal): -610312 or 16297974. OLE color: 16297974.
HSL color Cylindrical-coordinate representation of color #F6AFF8: hue angle of 298.36º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFF8 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 175 | 248 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.03 |
| HSL | 298.36º | 0.84% | 0.83% | - |
| HSV(B) | 298.36º | 0.29% | 0.97% | - |
| XYZ | 70.28 | 57.03 | 96.11 | - |
| YUV | 204.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 248 | 0.01 | 0.29 | 0 | 0.03 | 298.36 | 0.84 | 0.83 |
| Hex | F6 | AF | F8 | 1 | 1D | 0 | 3 | 12A | 54 | 53 |
| Octal | 366 | 257 | 370 | 1 | 35 | 0 | 3 | 452 | 124 | 123 |
| Binary | 11110110 | 10101111 | 11111000 | 1 | 11101 | 0 | 11 | 100101010 | 1010100 | 1010011 |
Color Harmonies of #F6AFF8
Complementary color
Monochromatic Colors of #F6AFF8
Black with #F6AFF8
Text Example
Text Example
White with #F6AFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFF8; }
p { color: rgb(246,175,248); }
H1.HeaderClassName
{
color: #F6AFF8;
}
.AnyTagClassName
{
color: #F6AFF8;
}
</style>
background-color css
<style>
a { background-color: #F6AFF8; }
a { background-color: rgb(246,175,248); }
div.DivClassName
{
background-color: #F6AFF8;
}
.BgClassName
{
background-color: #F6AFF8;
}
</style>
border-color css
<style>
span { border-color: #F6AFF8; }
span { border-color: rgb(246,175,248); }
td.TdClassName
{
border-color: #F6AFF8;
}
.TagClassName
{
border-color: #F6AFF8;
}
</style>