Shades of Lavender Rose #FFA8FC
Tints of Lavender Rose #FFA8FC
RGB
CMYK
RGB Variations
Color information
#FFA8FC (or 0xFFA8FC) is known color: Lavender Rose. HEX triplet: FF, A8 and FC. RGB value is (255,168,252). Sum of RGB (Red+Green+Blue) = 255+168+252=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 168 (66.02% from 255 or 24.89% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8FC is #005703. Grayscale: #CBCBCB. Windows color (decimal): -22276 or 16558335. OLE color: 16558335.
HSL color Cylindrical-coordinate representation of color #FFA8FC: hue angle of 302.07º 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 #FFA8FC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 252 | - |
| CMYK | 0 | 0.34 | 0.01 | 0 |
| HSL | 302.07º | 1% | 0.83% | - |
| HSV(B) | 302.07º | 0.34% | 1% | - |
| XYZ | 72.81 | 56.29 | 99.12 | - |
| YUV | 203.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 252 | 0 | 0.34 | 0.01 | 0 | 302.07 | 1 | 0.83 |
| Hex | FF | A8 | FC | 0 | 22 | 1 | 0 | 12E | 64 | 53 |
| Octal | 377 | 250 | 374 | 0 | 42 | 1 | 0 | 456 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11111100 | 0 | 100010 | 1 | 0 | 100101110 | 1100100 | 1010011 |
Color Harmonies of #FFA8FC
Complementary color
Monochromatic Colors of #FFA8FC
Black with #FFA8FC
Text Example
Text Example
White with #FFA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8FC; }
p { color: rgb(255,168,252); }
H1.HeaderClassName
{
color: #FFA8FC;
}
.AnyTagClassName
{
color: #FFA8FC;
}
</style>
background-color css
<style>
a { background-color: #FFA8FC; }
a { background-color: rgb(255,168,252); }
div.DivClassName
{
background-color: #FFA8FC;
}
.BgClassName
{
background-color: #FFA8FC;
}
</style>
border-color css
<style>
span { border-color: #FFA8FC; }
span { border-color: rgb(255,168,252); }
td.TdClassName
{
border-color: #FFA8FC;
}
.TagClassName
{
border-color: #FFA8FC;
}
</style>