Shades of Lavender Pink #FAB4D4
Tints of Lavender Pink #FAB4D4
RGB
CMYK
RGB Variations
Color information
#FAB4D4 (or 0xFAB4D4) is known color: Lavender Pink. HEX triplet: FA, B4 and D4. RGB value is (250,180,212). Sum of RGB (Red+Green+Blue) = 250+180+212=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4D4 is #054B2B. Grayscale: #CCCCCC. Windows color (decimal): -346924 or 13939962. OLE color: 13939962.
HSL color Cylindrical-coordinate representation of color #FAB4D4: hue angle of 332.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4D4 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 212 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.02 |
| HSL | 332.57º | 0.88% | 0.84% | - |
| HSV(B) | 332.57º | 0.28% | 0.98% | - |
| XYZ | 67.63 | 57.72 | 69.86 | - |
| YUV | 204.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 212 | 0 | 0.28 | 0.15 | 0.02 | 332.57 | 0.88 | 0.84 |
| Hex | FA | B4 | D4 | 0 | 1C | F | 2 | 14D | 58 | 54 |
| Octal | 372 | 264 | 324 | 0 | 34 | 17 | 2 | 515 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11010100 | 0 | 11100 | 1111 | 10 | 101001101 | 1011000 | 1010100 |
Color Harmonies of #FAB4D4
Complementary color
Monochromatic Colors of #FAB4D4
Black with #FAB4D4
Text Example
Text Example
White with #FAB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4D4; }
p { color: rgb(250,180,212); }
H1.HeaderClassName
{
color: #FAB4D4;
}
.AnyTagClassName
{
color: #FAB4D4;
}
</style>
background-color css
<style>
a { background-color: #FAB4D4; }
a { background-color: rgb(250,180,212); }
div.DivClassName
{
background-color: #FAB4D4;
}
.BgClassName
{
background-color: #FAB4D4;
}
</style>
border-color css
<style>
span { border-color: #FAB4D4; }
span { border-color: rgb(250,180,212); }
td.TdClassName
{
border-color: #FAB4D4;
}
.TagClassName
{
border-color: #FAB4D4;
}
</style>