Shades of Lavender Rose #FAB3E5
Tints of Lavender Rose #FAB3E5
RGB
CMYK
RGB Variations
Color information
#FAB3E5 (or 0xFAB3E5) is known color: Lavender Rose. HEX triplet: FA, B3 and E5. RGB value is (250,179,229). Sum of RGB (Red+Green+Blue) = 250+179+229=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3E5 is #054C1A. Grayscale: #CDCDCD. Windows color (decimal): -347163 or 15053818. OLE color: 15053818.
HSL color Cylindrical-coordinate representation of color #FAB3E5: hue angle of 317.75º 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 #FAB3E5 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 229 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.02 |
| HSL | 317.75º | 0.88% | 0.84% | - |
| HSV(B) | 317.75º | 0.28% | 0.98% | - |
| XYZ | 69.69 | 58.22 | 81.69 | - |
| YUV | 205.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 229 | 0 | 0.28 | 0.08 | 0.02 | 317.75 | 0.88 | 0.84 |
| Hex | FA | B3 | E5 | 0 | 1C | 8 | 2 | 13E | 58 | 54 |
| Octal | 372 | 263 | 345 | 0 | 34 | 10 | 2 | 476 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11100101 | 0 | 11100 | 1000 | 10 | 100111110 | 1011000 | 1010100 |
Color Harmonies of #FAB3E5
Complementary color
Monochromatic Colors of #FAB3E5
Black with #FAB3E5
Text Example
Text Example
White with #FAB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3E5; }
p { color: rgb(250,179,229); }
H1.HeaderClassName
{
color: #FAB3E5;
}
.AnyTagClassName
{
color: #FAB3E5;
}
</style>
background-color css
<style>
a { background-color: #FAB3E5; }
a { background-color: rgb(250,179,229); }
div.DivClassName
{
background-color: #FAB3E5;
}
.BgClassName
{
background-color: #FAB3E5;
}
</style>
border-color css
<style>
span { border-color: #FAB3E5; }
span { border-color: rgb(250,179,229); }
td.TdClassName
{
border-color: #FAB3E5;
}
.TagClassName
{
border-color: #FAB3E5;
}
</style>