Shades of Lavender Rose #F9A4FB
Tints of Lavender Rose #F9A4FB
RGB
CMYK
RGB Variations
Color information
#F9A4FB (or 0xF9A4FB) is known color: Lavender Rose. HEX triplet: F9, A4 and FB. RGB value is (249,164,251). Sum of RGB (Red+Green+Blue) = 249+164+251=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 164 (64.45% from 255 or 24.70% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9A4FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A4FB is #065B04. Grayscale: #C7C7C7. Windows color (decimal): -416517 or 16491769. OLE color: 16491769.
HSL color Cylindrical-coordinate representation of color #F9A4FB: hue angle of 298.62º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A4FB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 251 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.02 |
| HSL | 298.62º | 0.92% | 0.81% | - |
| HSV(B) | 298.62º | 0.35% | 0.98% | - |
| XYZ | 69.75 | 53.66 | 97.95 | - |
| YUV | 199.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 251 | 0.01 | 0.35 | 0 | 0.02 | 298.62 | 0.92 | 0.81 |
| Hex | F9 | A4 | FB | 1 | 23 | 0 | 2 | 12B | 5C | 51 |
| Octal | 371 | 244 | 373 | 1 | 43 | 0 | 2 | 453 | 134 | 121 |
| Binary | 11111001 | 10100100 | 11111011 | 1 | 100011 | 0 | 10 | 100101011 | 1011100 | 1010001 |
Color Harmonies of #F9A4FB
Complementary color
Monochromatic Colors of #F9A4FB
Black with #F9A4FB
Text Example
Text Example
White with #F9A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A4FB; }
p { color: rgb(249,164,251); }
H1.HeaderClassName
{
color: #F9A4FB;
}
.AnyTagClassName
{
color: #F9A4FB;
}
</style>
background-color css
<style>
a { background-color: #F9A4FB; }
a { background-color: rgb(249,164,251); }
div.DivClassName
{
background-color: #F9A4FB;
}
.BgClassName
{
background-color: #F9A4FB;
}
</style>
border-color css
<style>
span { border-color: #F9A4FB; }
span { border-color: rgb(249,164,251); }
td.TdClassName
{
border-color: #F9A4FB;
}
.TagClassName
{
border-color: #F9A4FB;
}
</style>