Shades of Lavender Pink #FAB0D0
Tints of Lavender Pink #FAB0D0
RGB
CMYK
RGB Variations
Color information
#FAB0D0 (or 0xFAB0D0) is known color: Lavender Pink. HEX triplet: FA, B0 and D0. RGB value is (250,176,208). Sum of RGB (Red+Green+Blue) = 250+176+208=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0D0 is #054F2F. Grayscale: #C9C9C9. Windows color (decimal): -347952 or 13676794. OLE color: 13676794.
HSL color Cylindrical-coordinate representation of color #FAB0D0: hue angle of 334.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0D0 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 208 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.02 |
| HSL | 334.05º | 0.88% | 0.84% | - |
| HSV(B) | 334.05º | 0.3% | 0.98% | - |
| XYZ | 66.33 | 55.93 | 66.97 | - |
| YUV | 201.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 208 | 0 | 0.30 | 0.17 | 0.02 | 334.05 | 0.88 | 0.84 |
| Hex | FA | B0 | D0 | 0 | 1E | 11 | 2 | 14E | 58 | 54 |
| Octal | 372 | 260 | 320 | 0 | 36 | 21 | 2 | 516 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11010000 | 0 | 11110 | 10001 | 10 | 101001110 | 1011000 | 1010100 |
Color Harmonies of #FAB0D0
Complementary color
Monochromatic Colors of #FAB0D0
Black with #FAB0D0
Text Example
Text Example
White with #FAB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0D0; }
p { color: rgb(250,176,208); }
H1.HeaderClassName
{
color: #FAB0D0;
}
.AnyTagClassName
{
color: #FAB0D0;
}
</style>
background-color css
<style>
a { background-color: #FAB0D0; }
a { background-color: rgb(250,176,208); }
div.DivClassName
{
background-color: #FAB0D0;
}
.BgClassName
{
background-color: #FAB0D0;
}
</style>
border-color css
<style>
span { border-color: #FAB0D0; }
span { border-color: rgb(250,176,208); }
td.TdClassName
{
border-color: #FAB0D0;
}
.TagClassName
{
border-color: #FAB0D0;
}
</style>