Shades of Lavender Rose #FAB6FA
Tints of Lavender Rose #FAB6FA
RGB
CMYK
RGB Variations
Color information
#FAB6FA (or 0xFAB6FA) is known color: Lavender Rose. HEX triplet: FA, B6 and FA. RGB value is (250,182,250). Sum of RGB (Red+Green+Blue) = 250+182+250=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 182 (71.48% from 255 or 26.69% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6FA is #054905. Grayscale: #D1D1D1. Windows color (decimal): -346374 or 16430842. OLE color: 16430842.
HSL color Cylindrical-coordinate representation of color #FAB6FA: hue angle of 300º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6FA is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 250 | - |
| CMYK | 0 | 0.27 | 0 | 0.02 |
| HSL | 300º | 0.87% | 0.85% | - |
| HSV(B) | 300º | 0.27% | 0.98% | - |
| XYZ | 73.41 | 60.68 | 98.29 | - |
| YUV | 210.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 250 | 0 | 0.27 | 0 | 0.02 | 300 | 0.87 | 0.85 |
| Hex | FA | B6 | FA | 0 | 1B | 0 | 2 | 12C | 57 | 55 |
| Octal | 372 | 266 | 372 | 0 | 33 | 0 | 2 | 454 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11111010 | 0 | 11011 | 0 | 10 | 100101100 | 1010111 | 1010101 |
Color Harmonies of #FAB6FA
Complementary color
Monochromatic Colors of #FAB6FA
Black with #FAB6FA
Text Example
Text Example
White with #FAB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6FA; }
p { color: rgb(250,182,250); }
H1.HeaderClassName
{
color: #FAB6FA;
}
.AnyTagClassName
{
color: #FAB6FA;
}
</style>
background-color css
<style>
a { background-color: #FAB6FA; }
a { background-color: rgb(250,182,250); }
div.DivClassName
{
background-color: #FAB6FA;
}
.BgClassName
{
background-color: #FAB6FA;
}
</style>
border-color css
<style>
span { border-color: #FAB6FA; }
span { border-color: rgb(250,182,250); }
td.TdClassName
{
border-color: #FAB6FA;
}
.TagClassName
{
border-color: #FAB6FA;
}
</style>