Shades of Lavender Rose #FAB3E3
Tints of Lavender Rose #FAB3E3
RGB
CMYK
RGB Variations
Color information
#FAB3E3 (or 0xFAB3E3) is known color: Lavender Rose. HEX triplet: FA, B3 and E3. RGB value is (250,179,227). Sum of RGB (Red+Green+Blue) = 250+179+227=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3E3 is #054C1C. Grayscale: #CDCDCD. Windows color (decimal): -347165 or 14922746. OLE color: 14922746.
HSL color Cylindrical-coordinate representation of color #FAB3E3: hue angle of 319.44º 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 #FAB3E3 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 227 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.02 |
| HSL | 319.44º | 0.88% | 0.84% | - |
| HSV(B) | 319.44º | 0.28% | 0.98% | - |
| XYZ | 69.41 | 58.11 | 80.23 | - |
| YUV | 205.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 227 | 0 | 0.28 | 0.09 | 0.02 | 319.44 | 0.88 | 0.84 |
| Hex | FA | B3 | E3 | 0 | 1C | 9 | 2 | 13F | 58 | 54 |
| Octal | 372 | 263 | 343 | 0 | 34 | 11 | 2 | 477 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11100011 | 0 | 11100 | 1001 | 10 | 100111111 | 1011000 | 1010100 |
Color Harmonies of #FAB3E3
Complementary color
Monochromatic Colors of #FAB3E3
Black with #FAB3E3
Text Example
Text Example
White with #FAB3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3E3; }
p { color: rgb(250,179,227); }
H1.HeaderClassName
{
color: #FAB3E3;
}
.AnyTagClassName
{
color: #FAB3E3;
}
</style>
background-color css
<style>
a { background-color: #FAB3E3; }
a { background-color: rgb(250,179,227); }
div.DivClassName
{
background-color: #FAB3E3;
}
.BgClassName
{
background-color: #FAB3E3;
}
</style>
border-color css
<style>
span { border-color: #FAB3E3; }
span { border-color: rgb(250,179,227); }
td.TdClassName
{
border-color: #FAB3E3;
}
.TagClassName
{
border-color: #FAB3E3;
}
</style>