Shades of Lavender Rose #FFAFF6
Tints of Lavender Rose #FFAFF6
RGB
CMYK
RGB Variations
Color information
#FFAFF6 (or 0xFFAFF6) is known color: Lavender Rose. HEX triplet: FF, AF and F6. RGB value is (255,175,246). Sum of RGB (Red+Green+Blue) = 255+175+246=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 175 (68.75% from 255 or 25.89% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF6 is #005009. Grayscale: #CECECE. Windows color (decimal): -20490 or 16166911. OLE color: 16166911.
HSL color Cylindrical-coordinate representation of color #FFAFF6: hue angle of 306.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFF6 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 246 | - |
| CMYK | 0 | 0.31 | 0.04 | 0 |
| HSL | 306.75º | 1% | 0.84% | - |
| HSV(B) | 306.75º | 0.31% | 1% | - |
| XYZ | 73.2 | 58.57 | 94.64 | - |
| YUV | 207.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 246 | 0 | 0.31 | 0.04 | 0 | 306.75 | 1 | 0.84 |
| Hex | FF | AF | F6 | 0 | 1F | 4 | 0 | 133 | 64 | 54 |
| Octal | 377 | 257 | 366 | 0 | 37 | 4 | 0 | 463 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11110110 | 0 | 11111 | 100 | 0 | 100110011 | 1100100 | 1010100 |
Color Harmonies of #FFAFF6
Complementary color
Monochromatic Colors of #FFAFF6
Black with #FFAFF6
Text Example
Text Example
White with #FFAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFF6; }
p { color: rgb(255,175,246); }
H1.HeaderClassName
{
color: #FFAFF6;
}
.AnyTagClassName
{
color: #FFAFF6;
}
</style>
background-color css
<style>
a { background-color: #FFAFF6; }
a { background-color: rgb(255,175,246); }
div.DivClassName
{
background-color: #FFAFF6;
}
.BgClassName
{
background-color: #FFAFF6;
}
</style>
border-color css
<style>
span { border-color: #FFAFF6; }
span { border-color: rgb(255,175,246); }
td.TdClassName
{
border-color: #FFAFF6;
}
.TagClassName
{
border-color: #FFAFF6;
}
</style>