Shades of Lavender Rose #FFAFF9
Tints of Lavender Rose #FFAFF9
RGB
CMYK
RGB Variations
Color information
#FFAFF9 (or 0xFFAFF9) is known color: Lavender Rose. HEX triplet: FF, AF and F9. RGB value is (255,175,249). Sum of RGB (Red+Green+Blue) = 255+175+249=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 175 (68.75% from 255 or 25.77% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF9 is #005006. Grayscale: #CFCFCF. Windows color (decimal): -20487 or 16363519. OLE color: 16363519.
HSL color Cylindrical-coordinate representation of color #FFAFF9: hue angle of 304.5º 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 #FFAFF9 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 249 | - |
| CMYK | 0 | 0.31 | 0.02 | 0 |
| HSL | 304.5º | 1% | 0.84% | - |
| HSV(B) | 304.5º | 0.31% | 1% | - |
| XYZ | 73.67 | 58.76 | 97.08 | - |
| YUV | 207.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 249 | 0 | 0.31 | 0.02 | 0 | 304.5 | 1 | 0.84 |
| Hex | FF | AF | F9 | 0 | 1F | 2 | 0 | 130 | 64 | 54 |
| Octal | 377 | 257 | 371 | 0 | 37 | 2 | 0 | 460 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11111001 | 0 | 11111 | 10 | 0 | 100110000 | 1100100 | 1010100 |
Color Harmonies of #FFAFF9
Complementary color
Monochromatic Colors of #FFAFF9
Black with #FFAFF9
Text Example
Text Example
White with #FFAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFF9; }
p { color: rgb(255,175,249); }
H1.HeaderClassName
{
color: #FFAFF9;
}
.AnyTagClassName
{
color: #FFAFF9;
}
</style>
background-color css
<style>
a { background-color: #FFAFF9; }
a { background-color: rgb(255,175,249); }
div.DivClassName
{
background-color: #FFAFF9;
}
.BgClassName
{
background-color: #FFAFF9;
}
</style>
border-color css
<style>
span { border-color: #FFAFF9; }
span { border-color: rgb(255,175,249); }
td.TdClassName
{
border-color: #FFAFF9;
}
.TagClassName
{
border-color: #FFAFF9;
}
</style>