Shades of Lavender Pink #F2ABCA
Tints of Lavender Pink #F2ABCA
RGB
CMYK
RGB Variations
Color information
#F2ABCA (or 0xF2ABCA) is known color: Lavender Pink. HEX triplet: F2, AB and CA. RGB value is (242,171,202). Sum of RGB (Red+Green+Blue) = 242+171+202=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCA is #0D5435. Grayscale: #C3C3C3. Windows color (decimal): -873526 or 13282290. OLE color: 13282290.
HSL color Cylindrical-coordinate representation of color #F2ABCA: hue angle of 333.8º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABCA is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 202 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.05 |
| HSL | 333.8º | 0.73% | 0.81% | - |
| HSV(B) | 333.8º | 0.29% | 0.95% | - |
| XYZ | 61.84 | 52.27 | 62.71 | - |
| YUV | 195.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 202 | 0 | 0.29 | 0.17 | 0.05 | 333.8 | 0.73 | 0.81 |
| Hex | F2 | AB | CA | 0 | 1D | 11 | 5 | 14E | 49 | 51 |
| Octal | 362 | 253 | 312 | 0 | 35 | 21 | 5 | 516 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11001010 | 0 | 11101 | 10001 | 101 | 101001110 | 1001001 | 1010001 |
Color Harmonies of #F2ABCA
Complementary color
Monochromatic Colors of #F2ABCA
Black with #F2ABCA
Text Example
Text Example
White with #F2ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABCA; }
p { color: rgb(242,171,202); }
H1.HeaderClassName
{
color: #F2ABCA;
}
.AnyTagClassName
{
color: #F2ABCA;
}
</style>
background-color css
<style>
a { background-color: #F2ABCA; }
a { background-color: rgb(242,171,202); }
div.DivClassName
{
background-color: #F2ABCA;
}
.BgClassName
{
background-color: #F2ABCA;
}
</style>
border-color css
<style>
span { border-color: #F2ABCA; }
span { border-color: rgb(242,171,202); }
td.TdClassName
{
border-color: #F2ABCA;
}
.TagClassName
{
border-color: #F2ABCA;
}
</style>