Shades of Lavender Rose #FAB8FA
Tints of Lavender Rose #FAB8FA
RGB
CMYK
RGB Variations
Color information
#FAB8FA (or 0xFAB8FA) is known color: Lavender Rose. HEX triplet: FA, B8 and FA. RGB value is (250,184,250). Sum of RGB (Red+Green+Blue) = 250+184+250=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAB8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8FA is #054705. Grayscale: #D3D3D3. Windows color (decimal): -345862 or 16431354. OLE color: 16431354.
HSL color Cylindrical-coordinate representation of color #FAB8FA: 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.26%. Process color model (Four color, CMYK) of #FAB8FA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 250 | - |
| CMYK | 0 | 0.26 | 0 | 0.02 |
| HSL | 300º | 0.87% | 0.85% | - |
| HSV(B) | 300º | 0.26% | 0.98% | - |
| XYZ | 73.82 | 61.51 | 98.42 | - |
| YUV | 211.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 250 | 0 | 0.26 | 0 | 0.02 | 300 | 0.87 | 0.85 |
| Hex | FA | B8 | FA | 0 | 1A | 0 | 2 | 12C | 57 | 55 |
| Octal | 372 | 270 | 372 | 0 | 32 | 0 | 2 | 454 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11111010 | 0 | 11010 | 0 | 10 | 100101100 | 1010111 | 1010101 |
Color Harmonies of #FAB8FA
Complementary color
Monochromatic Colors of #FAB8FA
Black with #FAB8FA
Text Example
Text Example
White with #FAB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8FA; }
p { color: rgb(250,184,250); }
H1.HeaderClassName
{
color: #FAB8FA;
}
.AnyTagClassName
{
color: #FAB8FA;
}
</style>
background-color css
<style>
a { background-color: #FAB8FA; }
a { background-color: rgb(250,184,250); }
div.DivClassName
{
background-color: #FAB8FA;
}
.BgClassName
{
background-color: #FAB8FA;
}
</style>
border-color css
<style>
span { border-color: #FAB8FA; }
span { border-color: rgb(250,184,250); }
td.TdClassName
{
border-color: #FAB8FA;
}
.TagClassName
{
border-color: #FAB8FA;
}
</style>