Shades of Lavender Rose #FFAFFD
Tints of Lavender Rose #FFAFFD
RGB
CMYK
RGB Variations
Color information
#FFAFFD (or 0xFFAFFD) is known color: Lavender Rose. HEX triplet: FF, AF and FD. RGB value is (255,175,253). Sum of RGB (Red+Green+Blue) = 255+175+253=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 175 (68.75% from 255 or 25.62% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFFD is #005002. Grayscale: #CFCFCF. Windows color (decimal): -20483 or 16625663. OLE color: 16625663.
HSL color Cylindrical-coordinate representation of color #FFAFFD: hue angle of 301.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 #FFAFFD is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 253 | - |
| CMYK | 0 | 0.31 | 0.01 | 0 |
| HSL | 301.5º | 1% | 0.84% | - |
| HSV(B) | 301.5º | 0.31% | 1% | - |
| XYZ | 74.3 | 59.01 | 100.4 | - |
| YUV | 207.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 253 | 0 | 0.31 | 0.01 | 0 | 301.5 | 1 | 0.84 |
| Hex | FF | AF | FD | 0 | 1F | 1 | 0 | 12E | 64 | 54 |
| Octal | 377 | 257 | 375 | 0 | 37 | 1 | 0 | 456 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11111101 | 0 | 11111 | 1 | 0 | 100101110 | 1100100 | 1010100 |
Color Harmonies of #FFAFFD
Complementary color
Monochromatic Colors of #FFAFFD
Black with #FFAFFD
Text Example
Text Example
White with #FFAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFFD; }
p { color: rgb(255,175,253); }
H1.HeaderClassName
{
color: #FFAFFD;
}
.AnyTagClassName
{
color: #FFAFFD;
}
</style>
background-color css
<style>
a { background-color: #FFAFFD; }
a { background-color: rgb(255,175,253); }
div.DivClassName
{
background-color: #FFAFFD;
}
.BgClassName
{
background-color: #FFAFFD;
}
</style>
border-color css
<style>
span { border-color: #FFAFFD; }
span { border-color: rgb(255,175,253); }
td.TdClassName
{
border-color: #FFAFFD;
}
.TagClassName
{
border-color: #FFAFFD;
}
</style>