Shades of Lavender Rose #FAB6EA
Tints of Lavender Rose #FAB6EA
RGB
CMYK
RGB Variations
Color information
#FAB6EA (or 0xFAB6EA) is known color: Lavender Rose. HEX triplet: FA, B6 and EA. RGB value is (250,182,234). Sum of RGB (Red+Green+Blue) = 250+182+234=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 182 (71.48% from 255 or 27.33% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6EA is #054915. Grayscale: #D0D0D0. Windows color (decimal): -346390 or 15382266. OLE color: 15382266.
HSL color Cylindrical-coordinate representation of color #FAB6EA: hue angle of 314.12º 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 #FAB6EA is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 234 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.02 |
| HSL | 314.12º | 0.87% | 0.85% | - |
| HSV(B) | 314.12º | 0.27% | 0.98% | - |
| XYZ | 71 | 59.72 | 85.63 | - |
| YUV | 208.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 234 | 0 | 0.27 | 0.06 | 0.02 | 314.12 | 0.87 | 0.85 |
| Hex | FA | B6 | EA | 0 | 1B | 6 | 2 | 13A | 57 | 55 |
| Octal | 372 | 266 | 352 | 0 | 33 | 6 | 2 | 472 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11101010 | 0 | 11011 | 110 | 10 | 100111010 | 1010111 | 1010101 |
Color Harmonies of #FAB6EA
Complementary color
Monochromatic Colors of #FAB6EA
Black with #FAB6EA
Text Example
Text Example
White with #FAB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6EA; }
p { color: rgb(250,182,234); }
H1.HeaderClassName
{
color: #FAB6EA;
}
.AnyTagClassName
{
color: #FAB6EA;
}
</style>
background-color css
<style>
a { background-color: #FAB6EA; }
a { background-color: rgb(250,182,234); }
div.DivClassName
{
background-color: #FAB6EA;
}
.BgClassName
{
background-color: #FAB6EA;
}
</style>
border-color css
<style>
span { border-color: #FAB6EA; }
span { border-color: rgb(250,182,234); }
td.TdClassName
{
border-color: #FAB6EA;
}
.TagClassName
{
border-color: #FAB6EA;
}
</style>