Shades of Lavender Rose #FFA8FE
Tints of Lavender Rose #FFA8FE
RGB
CMYK
RGB Variations
Color information
#FFA8FE (or 0xFFA8FE) is known color: Lavender Rose. HEX triplet: FF, A8 and FE. RGB value is (255,168,254). Sum of RGB (Red+Green+Blue) = 255+168+254=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 168 (66.02% from 255 or 24.82% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8FE is #005701. Grayscale: #CBCBCB. Windows color (decimal): -22274 or 16689407. OLE color: 16689407.
HSL color Cylindrical-coordinate representation of color #FFA8FE: hue angle of 300.69º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8FE is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 254 | - |
CMYK | 0 | 0.34 | 0.00 | 0 |
HSL | 300.69º | 1% | 0.83% | - |
HSV(B) | 300.69º | 0.34% | 1% | - |
XYZ | 73.13 | 56.42 | 100.8 | - |
YUV | 203.82 | 156.32 | 164.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 254 | 0 | 0.34 | 0.00 | 0 | 300.69 | 1 | 0.83 |
Hex | FF | A8 | FE | 0 | 22 | 0 | 0 | 12D | 64 | 53 |
Octal | 377 | 250 | 376 | 0 | 42 | 0 | 0 | 455 | 144 | 123 |
Binary | 11111111 | 10101000 | 11111110 | 0 | 100010 | 0 | 0 | 100101101 | 1100100 | 1010011 |
Color Harmonies of #FFA8FE
Complementary color
Monochromatic Colors of #FFA8FE
Black with #FFA8FE
Text Example
Text Example
White with #FFA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8FE; }
p { color: rgb(255,168,254); }
H1.HeaderClassName
{
color: #FFA8FE;
}
.AnyTagClassName
{
color: #FFA8FE;
}
</style>
background-color css
<style>
a { background-color: #FFA8FE; }
a { background-color: rgb(255,168,254); }
div.DivClassName
{
background-color: #FFA8FE;
}
.BgClassName
{
background-color: #FFA8FE;
}
</style>
border-color css
<style>
span { border-color: #FFA8FE; }
span { border-color: rgb(255,168,254); }
td.TdClassName
{
border-color: #FFA8FE;
}
.TagClassName
{
border-color: #FFA8FE;
}
</style>