Shades of Lavender Rose #FAB8FB
Tints of Lavender Rose #FAB8FB
RGB
CMYK
RGB Variations
Color information
#FAB8FB (or 0xFAB8FB) is known color: Lavender Rose. HEX triplet: FA, B8 and FB. RGB value is (250,184,251). Sum of RGB (Red+Green+Blue) = 250+184+251=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 184 (72.27% from 255 or 26.86% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8FB is #054704. Grayscale: #D3D3D3. Windows color (decimal): -345861 or 16496890. OLE color: 16496890.
HSL color Cylindrical-coordinate representation of color #FAB8FB: hue angle of 299.1º degrees, saturation: 0.89, 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 #FAB8FB is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 251 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.02 |
| HSL | 299.1º | 0.89% | 0.85% | - |
| HSV(B) | 299.1º | 0.27% | 0.98% | - |
| XYZ | 73.98 | 61.57 | 99.25 | - |
| YUV | 211.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 251 | 0.00 | 0.27 | 0 | 0.02 | 299.1 | 0.89 | 0.85 |
| Hex | FA | B8 | FB | 0 | 1B | 0 | 2 | 12B | 59 | 55 |
| Octal | 372 | 270 | 373 | 0 | 33 | 0 | 2 | 453 | 131 | 125 |
| Binary | 11111010 | 10111000 | 11111011 | 0 | 11011 | 0 | 10 | 100101011 | 1011001 | 1010101 |
Color Harmonies of #FAB8FB
Complementary color
Monochromatic Colors of #FAB8FB
Black with #FAB8FB
Text Example
Text Example
White with #FAB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8FB; }
p { color: rgb(250,184,251); }
H1.HeaderClassName
{
color: #FAB8FB;
}
.AnyTagClassName
{
color: #FAB8FB;
}
</style>
background-color css
<style>
a { background-color: #FAB8FB; }
a { background-color: rgb(250,184,251); }
div.DivClassName
{
background-color: #FAB8FB;
}
.BgClassName
{
background-color: #FAB8FB;
}
</style>
border-color css
<style>
span { border-color: #FAB8FB; }
span { border-color: rgb(250,184,251); }
td.TdClassName
{
border-color: #FAB8FB;
}
.TagClassName
{
border-color: #FAB8FB;
}
</style>