Shades of Lavender Pink #FAB5E0
Tints of Lavender Pink #FAB5E0
RGB
CMYK
RGB Variations
Color information
#FAB5E0 (or 0xFAB5E0) is known color: Lavender Pink. HEX triplet: FA, B5 and E0. RGB value is (250,181,224). Sum of RGB (Red+Green+Blue) = 250+181+224=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5E0 is #054A1F. Grayscale: #CECECE. Windows color (decimal): -346656 or 14726650. OLE color: 14726650.
HSL color Cylindrical-coordinate representation of color #FAB5E0: hue angle of 322.61º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5E0 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 224 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.02 |
| HSL | 322.61º | 0.87% | 0.85% | - |
| HSV(B) | 322.61º | 0.28% | 0.98% | - |
| XYZ | 69.4 | 58.75 | 78.2 | - |
| YUV | 206.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 224 | 0 | 0.28 | 0.10 | 0.02 | 322.61 | 0.87 | 0.85 |
| Hex | FA | B5 | E0 | 0 | 1C | A | 2 | 143 | 57 | 55 |
| Octal | 372 | 265 | 340 | 0 | 34 | 12 | 2 | 503 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11100000 | 0 | 11100 | 1010 | 10 | 101000011 | 1010111 | 1010101 |
Color Harmonies of #FAB5E0
Complementary color
Monochromatic Colors of #FAB5E0
Black with #FAB5E0
Text Example
Text Example
White with #FAB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5E0; }
p { color: rgb(250,181,224); }
H1.HeaderClassName
{
color: #FAB5E0;
}
.AnyTagClassName
{
color: #FAB5E0;
}
</style>
background-color css
<style>
a { background-color: #FAB5E0; }
a { background-color: rgb(250,181,224); }
div.DivClassName
{
background-color: #FAB5E0;
}
.BgClassName
{
background-color: #FAB5E0;
}
</style>
border-color css
<style>
span { border-color: #FAB5E0; }
span { border-color: rgb(250,181,224); }
td.TdClassName
{
border-color: #FAB5E0;
}
.TagClassName
{
border-color: #FAB5E0;
}
</style>