Shades of Lavender Rose #FFAFED
Tints of Lavender Rose #FFAFED
RGB
CMYK
RGB Variations
Color information
#FFAFED (or 0xFFAFED) is known color: Lavender Rose. HEX triplet: FF, AF and ED. RGB value is (255,175,237). Sum of RGB (Red+Green+Blue) = 255+175+237=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFED is #005012. Grayscale: #CDCDCD. Windows color (decimal): -20499 or 15577087. OLE color: 15577087.
HSL color Cylindrical-coordinate representation of color #FFAFED: hue angle of 313.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 #FFAFED is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 237 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 313.5º | 1% | 0.84% | - |
| HSV(B) | 313.5º | 0.31% | 1% | - |
| XYZ | 71.86 | 58.03 | 87.54 | - |
| YUV | 205.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 237 | 0 | 0.31 | 0.07 | 0 | 313.5 | 1 | 0.84 |
| Hex | FF | AF | ED | 0 | 1F | 7 | 0 | 13A | 64 | 54 |
| Octal | 377 | 257 | 355 | 0 | 37 | 7 | 0 | 472 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11101101 | 0 | 11111 | 111 | 0 | 100111010 | 1100100 | 1010100 |
Color Harmonies of #FFAFED
Complementary color
Monochromatic Colors of #FFAFED
Black with #FFAFED
Text Example
Text Example
White with #FFAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFED; }
p { color: rgb(255,175,237); }
H1.HeaderClassName
{
color: #FFAFED;
}
.AnyTagClassName
{
color: #FFAFED;
}
</style>
background-color css
<style>
a { background-color: #FFAFED; }
a { background-color: rgb(255,175,237); }
div.DivClassName
{
background-color: #FFAFED;
}
.BgClassName
{
background-color: #FFAFED;
}
</style>
border-color css
<style>
span { border-color: #FFAFED; }
span { border-color: rgb(255,175,237); }
td.TdClassName
{
border-color: #FFAFED;
}
.TagClassName
{
border-color: #FFAFED;
}
</style>