Shades of Lavender Rose #FFAFF1
Tints of Lavender Rose #FFAFF1
RGB
CMYK
RGB Variations
Color information
#FFAFF1 (or 0xFFAFF1) is known color: Lavender Rose. HEX triplet: FF, AF and F1. RGB value is (255,175,241). Sum of RGB (Red+Green+Blue) = 255+175+241=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF1 is #00500E. Grayscale: #CECECE. Windows color (decimal): -20495 or 15839231. OLE color: 15839231.
HSL color Cylindrical-coordinate representation of color #FFAFF1: hue angle of 310.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 #FFAFF1 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 241 | - |
| CMYK | 0 | 0.31 | 0.05 | 0 |
| HSL | 310.5º | 1% | 0.84% | - |
| HSV(B) | 310.5º | 0.31% | 1% | - |
| XYZ | 72.45 | 58.27 | 90.65 | - |
| YUV | 206.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 241 | 0 | 0.31 | 0.05 | 0 | 310.5 | 1 | 0.84 |
| Hex | FF | AF | F1 | 0 | 1F | 5 | 0 | 136 | 64 | 54 |
| Octal | 377 | 257 | 361 | 0 | 37 | 5 | 0 | 466 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11110001 | 0 | 11111 | 101 | 0 | 100110110 | 1100100 | 1010100 |
Color Harmonies of #FFAFF1
Complementary color
Monochromatic Colors of #FFAFF1
Black with #FFAFF1
Text Example
Text Example
White with #FFAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFF1; }
p { color: rgb(255,175,241); }
H1.HeaderClassName
{
color: #FFAFF1;
}
.AnyTagClassName
{
color: #FFAFF1;
}
</style>
background-color css
<style>
a { background-color: #FFAFF1; }
a { background-color: rgb(255,175,241); }
div.DivClassName
{
background-color: #FFAFF1;
}
.BgClassName
{
background-color: #FFAFF1;
}
</style>
border-color css
<style>
span { border-color: #FFAFF1; }
span { border-color: rgb(255,175,241); }
td.TdClassName
{
border-color: #FFAFF1;
}
.TagClassName
{
border-color: #FFAFF1;
}
</style>