Shades of Lavender Rose #FFA8F4
Tints of Lavender Rose #FFA8F4
RGB
CMYK
RGB Variations
Color information
#FFA8F4 (or 0xFFA8F4) is known color: Lavender Rose. HEX triplet: FF, A8 and F4. RGB value is (255,168,244). Sum of RGB (Red+Green+Blue) = 255+168+244=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8F4 is #00570B. Grayscale: #CACACA. Windows color (decimal): -22284 or 16034047. OLE color: 16034047.
HSL color Cylindrical-coordinate representation of color #FFA8F4: hue angle of 307.59º 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 #FFA8F4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 244 | - |
| CMYK | 0 | 0.34 | 0.04 | 0 |
| HSL | 307.59º | 1% | 0.83% | - |
| HSV(B) | 307.59º | 0.34% | 1% | - |
| XYZ | 71.57 | 55.8 | 92.59 | - |
| YUV | 202.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 244 | 0 | 0.34 | 0.04 | 0 | 307.59 | 1 | 0.83 |
| Hex | FF | A8 | F4 | 0 | 22 | 4 | 0 | 134 | 64 | 53 |
| Octal | 377 | 250 | 364 | 0 | 42 | 4 | 0 | 464 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11110100 | 0 | 100010 | 100 | 0 | 100110100 | 1100100 | 1010011 |
Color Harmonies of #FFA8F4
Complementary color
Monochromatic Colors of #FFA8F4
Black with #FFA8F4
Text Example
Text Example
White with #FFA8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8F4; }
p { color: rgb(255,168,244); }
H1.HeaderClassName
{
color: #FFA8F4;
}
.AnyTagClassName
{
color: #FFA8F4;
}
</style>
background-color css
<style>
a { background-color: #FFA8F4; }
a { background-color: rgb(255,168,244); }
div.DivClassName
{
background-color: #FFA8F4;
}
.BgClassName
{
background-color: #FFA8F4;
}
</style>
border-color css
<style>
span { border-color: #FFA8F4; }
span { border-color: rgb(255,168,244); }
td.TdClassName
{
border-color: #FFA8F4;
}
.TagClassName
{
border-color: #FFA8F4;
}
</style>