Shades of Lavender Rose #FFAFEE
Tints of Lavender Rose #FFAFEE
RGB
CMYK
RGB Variations
Color information
#FFAFEE (or 0xFFAFEE) is known color: Lavender Rose. HEX triplet: FF, AF and EE. RGB value is (255,175,238). Sum of RGB (Red+Green+Blue) = 255+175+238=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFEE is #005011. Grayscale: #CDCDCD. Windows color (decimal): -20498 or 15642623. OLE color: 15642623.
HSL color Cylindrical-coordinate representation of color #FFAFEE: hue angle of 312.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 #FFAFEE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 238 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 312.75º | 1% | 0.84% | - |
| HSV(B) | 312.75º | 0.31% | 1% | - |
| XYZ | 72 | 58.09 | 88.31 | - |
| YUV | 206.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 238 | 0 | 0.31 | 0.07 | 0 | 312.75 | 1 | 0.84 |
| Hex | FF | AF | EE | 0 | 1F | 7 | 0 | 139 | 64 | 54 |
| Octal | 377 | 257 | 356 | 0 | 37 | 7 | 0 | 471 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11101110 | 0 | 11111 | 111 | 0 | 100111001 | 1100100 | 1010100 |
Color Harmonies of #FFAFEE
Complementary color
Monochromatic Colors of #FFAFEE
Black with #FFAFEE
Text Example
Text Example
White with #FFAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFEE; }
p { color: rgb(255,175,238); }
H1.HeaderClassName
{
color: #FFAFEE;
}
.AnyTagClassName
{
color: #FFAFEE;
}
</style>
background-color css
<style>
a { background-color: #FFAFEE; }
a { background-color: rgb(255,175,238); }
div.DivClassName
{
background-color: #FFAFEE;
}
.BgClassName
{
background-color: #FFAFEE;
}
</style>
border-color css
<style>
span { border-color: #FFAFEE; }
span { border-color: rgb(255,175,238); }
td.TdClassName
{
border-color: #FFAFEE;
}
.TagClassName
{
border-color: #FFAFEE;
}
</style>