Shades of Lavender Pink #FAB0D4
Tints of Lavender Pink #FAB0D4
RGB
CMYK
RGB Variations
Color information
#FAB0D4 (or 0xFAB0D4) is known color: Lavender Pink. HEX triplet: FA, B0 and D4. RGB value is (250,176,212). Sum of RGB (Red+Green+Blue) = 250+176+212=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0D4 is #054F2B. Grayscale: #CACACA. Windows color (decimal): -347948 or 13938938. OLE color: 13938938.
HSL color Cylindrical-coordinate representation of color #FAB0D4: hue angle of 330.81º 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 #FAB0D4 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 212 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.02 |
| HSL | 330.81º | 0.88% | 0.84% | - |
| HSV(B) | 330.81º | 0.3% | 0.98% | - |
| XYZ | 66.83 | 56.13 | 69.6 | - |
| YUV | 202.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 212 | 0 | 0.30 | 0.15 | 0.02 | 330.81 | 0.88 | 0.84 |
| Hex | FA | B0 | D4 | 0 | 1E | F | 2 | 14B | 58 | 54 |
| Octal | 372 | 260 | 324 | 0 | 36 | 17 | 2 | 513 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11010100 | 0 | 11110 | 1111 | 10 | 101001011 | 1011000 | 1010100 |
Color Harmonies of #FAB0D4
Complementary color
Monochromatic Colors of #FAB0D4
Black with #FAB0D4
Text Example
Text Example
White with #FAB0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0D4; }
p { color: rgb(250,176,212); }
H1.HeaderClassName
{
color: #FAB0D4;
}
.AnyTagClassName
{
color: #FAB0D4;
}
</style>
background-color css
<style>
a { background-color: #FAB0D4; }
a { background-color: rgb(250,176,212); }
div.DivClassName
{
background-color: #FAB0D4;
}
.BgClassName
{
background-color: #FAB0D4;
}
</style>
border-color css
<style>
span { border-color: #FAB0D4; }
span { border-color: rgb(250,176,212); }
td.TdClassName
{
border-color: #FAB0D4;
}
.TagClassName
{
border-color: #FAB0D4;
}
</style>