Shades of Lavender Rose #FFA4F1
Tints of Lavender Rose #FFA4F1
RGB
CMYK
RGB Variations
Color information
#FFA4F1 (or 0xFFA4F1) is known color: Lavender Rose. HEX triplet: FF, A4 and F1. RGB value is (255,164,241). Sum of RGB (Red+Green+Blue) = 255+164+241=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 164 (64.45% from 255 or 24.85% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4F1 is #005B0E. Grayscale: #C7C7C7. Windows color (decimal): -23311 or 15836415. OLE color: 15836415.
HSL color Cylindrical-coordinate representation of color #FFA4F1: hue angle of 309.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4F1 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 241 | - |
| CMYK | 0 | 0.36 | 0.05 | 0 |
| HSL | 309.23º | 1% | 0.82% | - |
| HSV(B) | 309.23º | 0.36% | 1% | - |
| XYZ | 70.39 | 54.16 | 89.96 | - |
| YUV | 199.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 241 | 0 | 0.36 | 0.05 | 0 | 309.23 | 1 | 0.82 |
| Hex | FF | A4 | F1 | 0 | 24 | 5 | 0 | 135 | 64 | 52 |
| Octal | 377 | 244 | 361 | 0 | 44 | 5 | 0 | 465 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11110001 | 0 | 100100 | 101 | 0 | 100110101 | 1100100 | 1010010 |
Color Harmonies of #FFA4F1
Complementary color
Monochromatic Colors of #FFA4F1
Black with #FFA4F1
Text Example
Text Example
White with #FFA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4F1; }
p { color: rgb(255,164,241); }
H1.HeaderClassName
{
color: #FFA4F1;
}
.AnyTagClassName
{
color: #FFA4F1;
}
</style>
background-color css
<style>
a { background-color: #FFA4F1; }
a { background-color: rgb(255,164,241); }
div.DivClassName
{
background-color: #FFA4F1;
}
.BgClassName
{
background-color: #FFA4F1;
}
</style>
border-color css
<style>
span { border-color: #FFA4F1; }
span { border-color: rgb(255,164,241); }
td.TdClassName
{
border-color: #FFA4F1;
}
.TagClassName
{
border-color: #FFA4F1;
}
</style>