Shades of Lavender Rose #FAB3F0
Tints of Lavender Rose #FAB3F0
RGB
CMYK
RGB Variations
Color information
#FAB3F0 (or 0xFAB3F0) is known color: Lavender Rose. HEX triplet: FA, B3 and F0. RGB value is (250,179,240). Sum of RGB (Red+Green+Blue) = 250+179+240=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F0 is #054C0F. Grayscale: #CFCFCF. Windows color (decimal): -347152 or 15774714. OLE color: 15774714.
HSL color Cylindrical-coordinate representation of color #FAB3F0: hue angle of 308.45º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3F0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 240 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.02 |
| HSL | 308.45º | 0.88% | 0.84% | - |
| HSV(B) | 308.45º | 0.28% | 0.98% | - |
| XYZ | 71.27 | 58.86 | 90.04 | - |
| YUV | 207.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 240 | 0 | 0.28 | 0.04 | 0.02 | 308.45 | 0.88 | 0.84 |
| Hex | FA | B3 | F0 | 0 | 1C | 4 | 2 | 134 | 58 | 54 |
| Octal | 372 | 263 | 360 | 0 | 34 | 4 | 2 | 464 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11110000 | 0 | 11100 | 100 | 10 | 100110100 | 1011000 | 1010100 |
Color Harmonies of #FAB3F0
Complementary color
Monochromatic Colors of #FAB3F0
Black with #FAB3F0
Text Example
Text Example
White with #FAB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3F0; }
p { color: rgb(250,179,240); }
H1.HeaderClassName
{
color: #FAB3F0;
}
.AnyTagClassName
{
color: #FAB3F0;
}
</style>
background-color css
<style>
a { background-color: #FAB3F0; }
a { background-color: rgb(250,179,240); }
div.DivClassName
{
background-color: #FAB3F0;
}
.BgClassName
{
background-color: #FAB3F0;
}
</style>
border-color css
<style>
span { border-color: #FAB3F0; }
span { border-color: rgb(250,179,240); }
td.TdClassName
{
border-color: #FAB3F0;
}
.TagClassName
{
border-color: #FAB3F0;
}
</style>