Shades of Lavender Rose #FFAFE6
Tints of Lavender Rose #FFAFE6
RGB
CMYK
RGB Variations
Color information
#FFAFE6 (or 0xFFAFE6) is known color: Lavender Rose. HEX triplet: FF, AF and E6. RGB value is (255,175,230). Sum of RGB (Red+Green+Blue) = 255+175+230=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFE6 is #005019. Grayscale: #CDCDCD. Windows color (decimal): -20506 or 15118335. OLE color: 15118335.
HSL color Cylindrical-coordinate representation of color #FFAFE6: hue angle of 318.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 #FFAFE6 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 230 | - |
| CMYK | 0 | 0.31 | 0.10 | 0 |
| HSL | 318.75º | 1% | 0.84% | - |
| HSV(B) | 318.75º | 0.31% | 1% | - |
| XYZ | 70.85 | 57.63 | 82.25 | - |
| YUV | 205.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 230 | 0 | 0.31 | 0.10 | 0 | 318.75 | 1 | 0.84 |
| Hex | FF | AF | E6 | 0 | 1F | A | 0 | 13F | 64 | 54 |
| Octal | 377 | 257 | 346 | 0 | 37 | 12 | 0 | 477 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11100110 | 0 | 11111 | 1010 | 0 | 100111111 | 1100100 | 1010100 |
Color Harmonies of #FFAFE6
Complementary color
Monochromatic Colors of #FFAFE6
Black with #FFAFE6
Text Example
Text Example
White with #FFAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFE6; }
p { color: rgb(255,175,230); }
H1.HeaderClassName
{
color: #FFAFE6;
}
.AnyTagClassName
{
color: #FFAFE6;
}
</style>
background-color css
<style>
a { background-color: #FFAFE6; }
a { background-color: rgb(255,175,230); }
div.DivClassName
{
background-color: #FFAFE6;
}
.BgClassName
{
background-color: #FFAFE6;
}
</style>
border-color css
<style>
span { border-color: #FFAFE6; }
span { border-color: rgb(255,175,230); }
td.TdClassName
{
border-color: #FFAFE6;
}
.TagClassName
{
border-color: #FFAFE6;
}
</style>