Shades of Lavender Rose #FAB6E3
Tints of Lavender Rose #FAB6E3
RGB
CMYK
RGB Variations
Color information
#FAB6E3 (or 0xFAB6E3) is known color: Lavender Rose. HEX triplet: FA, B6 and E3. RGB value is (250,182,227). Sum of RGB (Red+Green+Blue) = 250+182+227=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6E3 is #05491C. Grayscale: #CFCFCF. Windows color (decimal): -346397 or 14923514. OLE color: 14923514.
HSL color Cylindrical-coordinate representation of color #FAB6E3: hue angle of 320.29º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6E3 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 227 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.02 |
| HSL | 320.29º | 0.87% | 0.85% | - |
| HSV(B) | 320.29º | 0.27% | 0.98% | - |
| XYZ | 70.02 | 59.33 | 80.43 | - |
| YUV | 207.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 227 | 0 | 0.27 | 0.09 | 0.02 | 320.29 | 0.87 | 0.85 |
| Hex | FA | B6 | E3 | 0 | 1B | 9 | 2 | 140 | 57 | 55 |
| Octal | 372 | 266 | 343 | 0 | 33 | 11 | 2 | 500 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11100011 | 0 | 11011 | 1001 | 10 | 101000000 | 1010111 | 1010101 |
Color Harmonies of #FAB6E3
Complementary color
Monochromatic Colors of #FAB6E3
Black with #FAB6E3
Text Example
Text Example
White with #FAB6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6E3; }
p { color: rgb(250,182,227); }
H1.HeaderClassName
{
color: #FAB6E3;
}
.AnyTagClassName
{
color: #FAB6E3;
}
</style>
background-color css
<style>
a { background-color: #FAB6E3; }
a { background-color: rgb(250,182,227); }
div.DivClassName
{
background-color: #FAB6E3;
}
.BgClassName
{
background-color: #FAB6E3;
}
</style>
border-color css
<style>
span { border-color: #FAB6E3; }
span { border-color: rgb(250,182,227); }
td.TdClassName
{
border-color: #FAB6E3;
}
.TagClassName
{
border-color: #FAB6E3;
}
</style>