Shades of Lavender Rose #FAB3E8
Tints of Lavender Rose #FAB3E8
RGB
CMYK
RGB Variations
Color information
#FAB3E8 (or 0xFAB3E8) is known color: Lavender Rose. HEX triplet: FA, B3 and E8. RGB value is (250,179,232). Sum of RGB (Red+Green+Blue) = 250+179+232=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3E8 is #054C17. Grayscale: #CECECE. Windows color (decimal): -347160 or 15250426. OLE color: 15250426.
HSL color Cylindrical-coordinate representation of color #FAB3E8: hue angle of 315.21º 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 #FAB3E8 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 232 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.02 |
| HSL | 315.21º | 0.88% | 0.84% | - |
| HSV(B) | 315.21º | 0.28% | 0.98% | - |
| XYZ | 70.11 | 58.39 | 83.92 | - |
| YUV | 206.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 232 | 0 | 0.28 | 0.07 | 0.02 | 315.21 | 0.88 | 0.84 |
| Hex | FA | B3 | E8 | 0 | 1C | 7 | 2 | 13B | 58 | 54 |
| Octal | 372 | 263 | 350 | 0 | 34 | 7 | 2 | 473 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11101000 | 0 | 11100 | 111 | 10 | 100111011 | 1011000 | 1010100 |
Color Harmonies of #FAB3E8
Complementary color
Monochromatic Colors of #FAB3E8
Black with #FAB3E8
Text Example
Text Example
White with #FAB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3E8; }
p { color: rgb(250,179,232); }
H1.HeaderClassName
{
color: #FAB3E8;
}
.AnyTagClassName
{
color: #FAB3E8;
}
</style>
background-color css
<style>
a { background-color: #FAB3E8; }
a { background-color: rgb(250,179,232); }
div.DivClassName
{
background-color: #FAB3E8;
}
.BgClassName
{
background-color: #FAB3E8;
}
</style>
border-color css
<style>
span { border-color: #FAB3E8; }
span { border-color: rgb(250,179,232); }
td.TdClassName
{
border-color: #FAB3E8;
}
.TagClassName
{
border-color: #FAB3E8;
}
</style>