Shades of Lavender Pink #FAB2DC
Tints of Lavender Pink #FAB2DC
RGB
CMYK
RGB Variations
Color information
#FAB2DC (or 0xFAB2DC) is known color: Lavender Pink. HEX triplet: FA, B2 and DC. RGB value is (250,178,220). Sum of RGB (Red+Green+Blue) = 250+178+220=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2DC is #054D23. Grayscale: #CCCCCC. Windows color (decimal): -347428 or 14463738. OLE color: 14463738.
HSL color Cylindrical-coordinate representation of color #FAB2DC: hue angle of 325º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB2DC is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 220 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.02 |
| HSL | 325º | 0.88% | 0.84% | - |
| HSV(B) | 325º | 0.29% | 0.98% | - |
| XYZ | 68.26 | 57.33 | 75.18 | - |
| YUV | 204.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 220 | 0 | 0.29 | 0.12 | 0.02 | 325 | 0.88 | 0.84 |
| Hex | FA | B2 | DC | 0 | 1D | C | 2 | 145 | 58 | 54 |
| Octal | 372 | 262 | 334 | 0 | 35 | 14 | 2 | 505 | 130 | 124 |
| Binary | 11111010 | 10110010 | 11011100 | 0 | 11101 | 1100 | 10 | 101000101 | 1011000 | 1010100 |
Color Harmonies of #FAB2DC
Complementary color
Monochromatic Colors of #FAB2DC
Black with #FAB2DC
Text Example
Text Example
White with #FAB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2DC; }
p { color: rgb(250,178,220); }
H1.HeaderClassName
{
color: #FAB2DC;
}
.AnyTagClassName
{
color: #FAB2DC;
}
</style>
background-color css
<style>
a { background-color: #FAB2DC; }
a { background-color: rgb(250,178,220); }
div.DivClassName
{
background-color: #FAB2DC;
}
.BgClassName
{
background-color: #FAB2DC;
}
</style>
border-color css
<style>
span { border-color: #FAB2DC; }
span { border-color: rgb(250,178,220); }
td.TdClassName
{
border-color: #FAB2DC;
}
.TagClassName
{
border-color: #FAB2DC;
}
</style>