Shades of Lavender Rose #FAA1FB
Tints of Lavender Rose #FAA1FB
RGB
CMYK
RGB Variations
Color information
#FAA1FB (or 0xFAA1FB) is known color: Lavender Rose. HEX triplet: FA, A1 and FB. RGB value is (250,161,251). Sum of RGB (Red+Green+Blue) = 250+161+251=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 161 (63.28% from 255 or 24.32% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1FB is #055E04. Grayscale: #C5C5C5. Windows color (decimal): -351749 or 16491002. OLE color: 16491002.
HSL color Cylindrical-coordinate representation of color #FAA1FB: hue angle of 299.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1FB is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 251 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.02 |
| HSL | 299.33º | 0.92% | 0.81% | - |
| HSV(B) | 299.33º | 0.36% | 0.98% | - |
| XYZ | 69.58 | 52.78 | 97.79 | - |
| YUV | 197.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 251 | 0.00 | 0.36 | 0 | 0.02 | 299.33 | 0.92 | 0.81 |
| Hex | FA | A1 | FB | 0 | 24 | 0 | 2 | 12B | 5C | 51 |
| Octal | 372 | 241 | 373 | 0 | 44 | 0 | 2 | 453 | 134 | 121 |
| Binary | 11111010 | 10100001 | 11111011 | 0 | 100100 | 0 | 10 | 100101011 | 1011100 | 1010001 |
Color Harmonies of #FAA1FB
Complementary color
Monochromatic Colors of #FAA1FB
Black with #FAA1FB
Text Example
Text Example
White with #FAA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1FB; }
p { color: rgb(250,161,251); }
H1.HeaderClassName
{
color: #FAA1FB;
}
.AnyTagClassName
{
color: #FAA1FB;
}
</style>
background-color css
<style>
a { background-color: #FAA1FB; }
a { background-color: rgb(250,161,251); }
div.DivClassName
{
background-color: #FAA1FB;
}
.BgClassName
{
background-color: #FAA1FB;
}
</style>
border-color css
<style>
span { border-color: #FAA1FB; }
span { border-color: rgb(250,161,251); }
td.TdClassName
{
border-color: #FAA1FB;
}
.TagClassName
{
border-color: #FAA1FB;
}
</style>