Shades of Lavender Rose #FEAFFF
Tints of Lavender Rose #FEAFFF
RGB
CMYK
RGB Variations
Color information
#FEAFFF (or 0xFEAFFF) is known color: Lavender Rose. HEX triplet: FE, AF and FF. RGB value is (254,175,255). Sum of RGB (Red+Green+Blue) = 254+175+255=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 175 (68.75% from 255 or 25.58% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFFF is #015000. Grayscale: #CFCFCF. Windows color (decimal): -86017 or 16756734. OLE color: 16756734.
HSL color Cylindrical-coordinate representation of color #FEAFFF: hue angle of 299.25º 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 #FEAFFF is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 175 | 255 | - |
| CMYK | 0.00 | 0.31 | 0 | 0 |
| HSL | 299.25º | 1% | 0.84% | - |
| HSV(B) | 299.25º | 0.31% | 1% | - |
| XYZ | 74.25 | 58.95 | 102.07 | - |
| YUV | 207.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 255 | 0.00 | 0.31 | 0 | 0 | 299.25 | 1 | 0.84 |
| Hex | FE | AF | FF | 0 | 1F | 0 | 0 | 12B | 64 | 54 |
| Octal | 376 | 257 | 377 | 0 | 37 | 0 | 0 | 453 | 144 | 124 |
| Binary | 11111110 | 10101111 | 11111111 | 0 | 11111 | 0 | 0 | 100101011 | 1100100 | 1010100 |
Color Harmonies of #FEAFFF
Complementary color
Monochromatic Colors of #FEAFFF
Black with #FEAFFF
Text Example
Text Example
White with #FEAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFFF; }
p { color: rgb(254,175,255); }
H1.HeaderClassName
{
color: #FEAFFF;
}
.AnyTagClassName
{
color: #FEAFFF;
}
</style>
background-color css
<style>
a { background-color: #FEAFFF; }
a { background-color: rgb(254,175,255); }
div.DivClassName
{
background-color: #FEAFFF;
}
.BgClassName
{
background-color: #FEAFFF;
}
</style>
border-color css
<style>
span { border-color: #FEAFFF; }
span { border-color: rgb(254,175,255); }
td.TdClassName
{
border-color: #FEAFFF;
}
.TagClassName
{
border-color: #FEAFFF;
}
</style>