Shades of Lavender Rose #FFAFE1
Tints of Lavender Rose #FFAFE1
RGB
CMYK
RGB Variations
Color information
#FFAFE1 (or 0xFFAFE1) is known color: Lavender Rose. HEX triplet: FF, AF and E1. RGB value is (255,175,225). Sum of RGB (Red+Green+Blue) = 255+175+225=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFE1 is #00501E. Grayscale: #CCCCCC. Windows color (decimal): -20511 or 14790655. OLE color: 14790655.
HSL color Cylindrical-coordinate representation of color #FFAFE1: hue angle of 322.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 #FFAFE1 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 225 | - |
| CMYK | 0 | 0.31 | 0.12 | 0 |
| HSL | 322.5º | 1% | 0.84% | - |
| HSV(B) | 322.5º | 0.31% | 1% | - |
| XYZ | 70.16 | 57.36 | 78.61 | - |
| YUV | 204.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 225 | 0 | 0.31 | 0.12 | 0 | 322.5 | 1 | 0.84 |
| Hex | FF | AF | E1 | 0 | 1F | C | 0 | 142 | 64 | 54 |
| Octal | 377 | 257 | 341 | 0 | 37 | 14 | 0 | 502 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11100001 | 0 | 11111 | 1100 | 0 | 101000010 | 1100100 | 1010100 |
Color Harmonies of #FFAFE1
Complementary color
Monochromatic Colors of #FFAFE1
Black with #FFAFE1
Text Example
Text Example
White with #FFAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFE1; }
p { color: rgb(255,175,225); }
H1.HeaderClassName
{
color: #FFAFE1;
}
.AnyTagClassName
{
color: #FFAFE1;
}
</style>
background-color css
<style>
a { background-color: #FFAFE1; }
a { background-color: rgb(255,175,225); }
div.DivClassName
{
background-color: #FFAFE1;
}
.BgClassName
{
background-color: #FFAFE1;
}
</style>
border-color css
<style>
span { border-color: #FFAFE1; }
span { border-color: rgb(255,175,225); }
td.TdClassName
{
border-color: #FFAFE1;
}
.TagClassName
{
border-color: #FFAFE1;
}
</style>