Shades of Lavender Rose #FFA8FD
Tints of Lavender Rose #FFA8FD
RGB
CMYK
RGB Variations
Color information
#FFA8FD (or 0xFFA8FD) is known color: Lavender Rose. HEX triplet: FF, A8 and FD. RGB value is (255,168,253). Sum of RGB (Red+Green+Blue) = 255+168+253=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 168 (66.02% from 255 or 24.85% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8FD is #005702. Grayscale: #CBCBCB. Windows color (decimal): -22275 or 16623871. OLE color: 16623871.
HSL color Cylindrical-coordinate representation of color #FFA8FD: hue angle of 301.38º 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 #FFA8FD is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 253 | - |
| CMYK | 0 | 0.34 | 0.01 | 0 |
| HSL | 301.38º | 1% | 0.83% | - |
| HSV(B) | 301.38º | 0.34% | 1% | - |
| XYZ | 72.97 | 56.36 | 99.96 | - |
| YUV | 203.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 253 | 0 | 0.34 | 0.01 | 0 | 301.38 | 1 | 0.83 |
| Hex | FF | A8 | FD | 0 | 22 | 1 | 0 | 12D | 64 | 53 |
| Octal | 377 | 250 | 375 | 0 | 42 | 1 | 0 | 455 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11111101 | 0 | 100010 | 1 | 0 | 100101101 | 1100100 | 1010011 |
Color Harmonies of #FFA8FD
Complementary color
Monochromatic Colors of #FFA8FD
Black with #FFA8FD
Text Example
Text Example
White with #FFA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8FD; }
p { color: rgb(255,168,253); }
H1.HeaderClassName
{
color: #FFA8FD;
}
.AnyTagClassName
{
color: #FFA8FD;
}
</style>
background-color css
<style>
a { background-color: #FFA8FD; }
a { background-color: rgb(255,168,253); }
div.DivClassName
{
background-color: #FFA8FD;
}
.BgClassName
{
background-color: #FFA8FD;
}
</style>
border-color css
<style>
span { border-color: #FFA8FD; }
span { border-color: rgb(255,168,253); }
td.TdClassName
{
border-color: #FFA8FD;
}
.TagClassName
{
border-color: #FFA8FD;
}
</style>