Shades of Lavender Rose #FFAFE2
Tints of Lavender Rose #FFAFE2
RGB
CMYK
RGB Variations
Color information
#FFAFE2 (or 0xFFAFE2) is known color: Lavender Rose. HEX triplet: FF, AF and E2. RGB value is (255,175,226). Sum of RGB (Red+Green+Blue) = 255+175+226=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFE2 is #00501D. Grayscale: #CCCCCC. Windows color (decimal): -20510 or 14856191. OLE color: 14856191.
HSL color Cylindrical-coordinate representation of color #FFAFE2: hue angle of 321.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 #FFAFE2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 226 | - |
| CMYK | 0 | 0.31 | 0.11 | 0 |
| HSL | 321.75º | 1% | 0.84% | - |
| HSV(B) | 321.75º | 0.31% | 1% | - |
| XYZ | 70.3 | 57.41 | 79.33 | - |
| YUV | 204.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 226 | 0 | 0.31 | 0.11 | 0 | 321.75 | 1 | 0.84 |
| Hex | FF | AF | E2 | 0 | 1F | B | 0 | 142 | 64 | 54 |
| Octal | 377 | 257 | 342 | 0 | 37 | 13 | 0 | 502 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11100010 | 0 | 11111 | 1011 | 0 | 101000010 | 1100100 | 1010100 |
Color Harmonies of #FFAFE2
Complementary color
Monochromatic Colors of #FFAFE2
Black with #FFAFE2
Text Example
Text Example
White with #FFAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFE2; }
p { color: rgb(255,175,226); }
H1.HeaderClassName
{
color: #FFAFE2;
}
.AnyTagClassName
{
color: #FFAFE2;
}
</style>
background-color css
<style>
a { background-color: #FFAFE2; }
a { background-color: rgb(255,175,226); }
div.DivClassName
{
background-color: #FFAFE2;
}
.BgClassName
{
background-color: #FFAFE2;
}
</style>
border-color css
<style>
span { border-color: #FFAFE2; }
span { border-color: rgb(255,175,226); }
td.TdClassName
{
border-color: #FFAFE2;
}
.TagClassName
{
border-color: #FFAFE2;
}
</style>