Shades of Lavender Rose #FFA8FB
Tints of Lavender Rose #FFA8FB
RGB
CMYK
RGB Variations
Color information
#FFA8FB (or 0xFFA8FB) is known color: Lavender Rose. HEX triplet: FF, A8 and FB. RGB value is (255,168,251). Sum of RGB (Red+Green+Blue) = 255+168+251=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 168 (66.02% from 255 or 24.93% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8FB is #005704. Grayscale: #CBCBCB. Windows color (decimal): -22277 or 16492799. OLE color: 16492799.
HSL color Cylindrical-coordinate representation of color #FFA8FB: hue angle of 302.76º 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 #FFA8FB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 251 | - |
| CMYK | 0 | 0.34 | 0.02 | 0 |
| HSL | 302.76º | 1% | 0.83% | - |
| HSV(B) | 302.76º | 0.34% | 1% | - |
| XYZ | 72.66 | 56.23 | 98.29 | - |
| YUV | 203.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 251 | 0 | 0.34 | 0.02 | 0 | 302.76 | 1 | 0.83 |
| Hex | FF | A8 | FB | 0 | 22 | 2 | 0 | 12F | 64 | 53 |
| Octal | 377 | 250 | 373 | 0 | 42 | 2 | 0 | 457 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11111011 | 0 | 100010 | 10 | 0 | 100101111 | 1100100 | 1010011 |
Color Harmonies of #FFA8FB
Complementary color
Monochromatic Colors of #FFA8FB
Black with #FFA8FB
Text Example
Text Example
White with #FFA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8FB; }
p { color: rgb(255,168,251); }
H1.HeaderClassName
{
color: #FFA8FB;
}
.AnyTagClassName
{
color: #FFA8FB;
}
</style>
background-color css
<style>
a { background-color: #FFA8FB; }
a { background-color: rgb(255,168,251); }
div.DivClassName
{
background-color: #FFA8FB;
}
.BgClassName
{
background-color: #FFA8FB;
}
</style>
border-color css
<style>
span { border-color: #FFA8FB; }
span { border-color: rgb(255,168,251); }
td.TdClassName
{
border-color: #FFA8FB;
}
.TagClassName
{
border-color: #FFA8FB;
}
</style>