Shades of Lavender Rose #FAB3E2
Tints of Lavender Rose #FAB3E2
RGB
CMYK
RGB Variations
Color information
#FAB3E2 (or 0xFAB3E2) is known color: Lavender Rose. HEX triplet: FA, B3 and E2. RGB value is (250,179,226). Sum of RGB (Red+Green+Blue) = 250+179+226=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 179 (70.31% from 255 or 27.33% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3E2 is #054C1D. Grayscale: #CDCDCD. Windows color (decimal): -347166 or 14857210. OLE color: 14857210.
HSL color Cylindrical-coordinate representation of color #FAB3E2: hue angle of 320.28º 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 #FAB3E2 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 226 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.02 |
| HSL | 320.28º | 0.88% | 0.84% | - |
| HSV(B) | 320.28º | 0.28% | 0.98% | - |
| XYZ | 69.27 | 58.06 | 79.51 | - |
| YUV | 205.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 226 | 0 | 0.28 | 0.10 | 0.02 | 320.28 | 0.88 | 0.84 |
| Hex | FA | B3 | E2 | 0 | 1C | A | 2 | 140 | 58 | 54 |
| Octal | 372 | 263 | 342 | 0 | 34 | 12 | 2 | 500 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11100010 | 0 | 11100 | 1010 | 10 | 101000000 | 1011000 | 1010100 |
Color Harmonies of #FAB3E2
Complementary color
Monochromatic Colors of #FAB3E2
Black with #FAB3E2
Text Example
Text Example
White with #FAB3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3E2; }
p { color: rgb(250,179,226); }
H1.HeaderClassName
{
color: #FAB3E2;
}
.AnyTagClassName
{
color: #FAB3E2;
}
</style>
background-color css
<style>
a { background-color: #FAB3E2; }
a { background-color: rgb(250,179,226); }
div.DivClassName
{
background-color: #FAB3E2;
}
.BgClassName
{
background-color: #FAB3E2;
}
</style>
border-color css
<style>
span { border-color: #FAB3E2; }
span { border-color: rgb(250,179,226); }
td.TdClassName
{
border-color: #FAB3E2;
}
.TagClassName
{
border-color: #FAB3E2;
}
</style>