Shades of Lavender Rose #FAABED
Tints of Lavender Rose #FAABED
RGB
CMYK
RGB Variations
Color information
#FAABED (or 0xFAABED) is known color: Lavender Rose. HEX triplet: FA, AB and ED. RGB value is (250,171,237). Sum of RGB (Red+Green+Blue) = 250+171+237=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABED is #055412. Grayscale: #C9C9C9. Windows color (decimal): -349203 or 15576058. OLE color: 15576058.
HSL color Cylindrical-coordinate representation of color #FAABED: hue angle of 309.87º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABED is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 237 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.02 |
| HSL | 309.87º | 0.89% | 0.83% | - |
| HSV(B) | 309.87º | 0.32% | 0.98% | - |
| XYZ | 69.27 | 55.56 | 87.19 | - |
| YUV | 202.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 237 | 0 | 0.32 | 0.05 | 0.02 | 309.87 | 0.89 | 0.83 |
| Hex | FA | AB | ED | 0 | 20 | 5 | 2 | 136 | 59 | 53 |
| Octal | 372 | 253 | 355 | 0 | 40 | 5 | 2 | 466 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11101101 | 0 | 100000 | 101 | 10 | 100110110 | 1011001 | 1010011 |
Color Harmonies of #FAABED
Complementary color
Monochromatic Colors of #FAABED
Black with #FAABED
Text Example
Text Example
White with #FAABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABED; }
p { color: rgb(250,171,237); }
H1.HeaderClassName
{
color: #FAABED;
}
.AnyTagClassName
{
color: #FAABED;
}
</style>
background-color css
<style>
a { background-color: #FAABED; }
a { background-color: rgb(250,171,237); }
div.DivClassName
{
background-color: #FAABED;
}
.BgClassName
{
background-color: #FAABED;
}
</style>
border-color css
<style>
span { border-color: #FAABED; }
span { border-color: rgb(250,171,237); }
td.TdClassName
{
border-color: #FAABED;
}
.TagClassName
{
border-color: #FAABED;
}
</style>