Shades of Lavender Rose #FFAFF2
Tints of Lavender Rose #FFAFF2
RGB
CMYK
RGB Variations
Color information
#FFAFF2 (or 0xFFAFF2) is known color: Lavender Rose. HEX triplet: FF, AF and F2. RGB value is (255,175,242). Sum of RGB (Red+Green+Blue) = 255+175+242=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF2 is #00500D. Grayscale: #CECECE. Windows color (decimal): -20494 or 15904767. OLE color: 15904767.
HSL color Cylindrical-coordinate representation of color #FFAFF2: hue angle of 309.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 #FFAFF2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 242 | - |
| CMYK | 0 | 0.31 | 0.05 | 0 |
| HSL | 309.75º | 1% | 0.84% | - |
| HSV(B) | 309.75º | 0.31% | 1% | - |
| XYZ | 72.6 | 58.33 | 91.44 | - |
| YUV | 206.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 242 | 0 | 0.31 | 0.05 | 0 | 309.75 | 1 | 0.84 |
| Hex | FF | AF | F2 | 0 | 1F | 5 | 0 | 136 | 64 | 54 |
| Octal | 377 | 257 | 362 | 0 | 37 | 5 | 0 | 466 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11110010 | 0 | 11111 | 101 | 0 | 100110110 | 1100100 | 1010100 |
Color Harmonies of #FFAFF2
Complementary color
Monochromatic Colors of #FFAFF2
Black with #FFAFF2
Text Example
Text Example
White with #FFAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFF2; }
p { color: rgb(255,175,242); }
H1.HeaderClassName
{
color: #FFAFF2;
}
.AnyTagClassName
{
color: #FFAFF2;
}
</style>
background-color css
<style>
a { background-color: #FFAFF2; }
a { background-color: rgb(255,175,242); }
div.DivClassName
{
background-color: #FFAFF2;
}
.BgClassName
{
background-color: #FFAFF2;
}
</style>
border-color css
<style>
span { border-color: #FFAFF2; }
span { border-color: rgb(255,175,242); }
td.TdClassName
{
border-color: #FFAFF2;
}
.TagClassName
{
border-color: #FFAFF2;
}
</style>