Shades of Lavender Pink #EFABCC
Tints of Lavender Pink #EFABCC
RGB
CMYK
RGB Variations
Color information
#EFABCC (or 0xEFABCC) is known color: Lavender Pink. HEX triplet: EF, AB and CC. RGB value is (239,171,204). Sum of RGB (Red+Green+Blue) = 239+171+204=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABCC is #105433. Grayscale: #C3C3C3. Windows color (decimal): -1070132 or 13413359. OLE color: 13413359.
HSL color Cylindrical-coordinate representation of color #EFABCC: hue angle of 330.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABCC is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 204 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 330.88º | 0.68% | 0.8% | - |
| HSV(B) | 330.88º | 0.28% | 0.94% | - |
| XYZ | 61.06 | 51.84 | 63.91 | - |
| YUV | 195.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 204 | 0 | 0.28 | 0.15 | 0.06 | 330.88 | 0.68 | 0.8 |
| Hex | EF | AB | CC | 0 | 1C | F | 6 | 14B | 44 | 50 |
| Octal | 357 | 253 | 314 | 0 | 34 | 17 | 6 | 513 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11001100 | 0 | 11100 | 1111 | 110 | 101001011 | 1000100 | 1010000 |
Color Harmonies of #EFABCC
Complementary color
Monochromatic Colors of #EFABCC
Black with #EFABCC
Text Example
Text Example
White with #EFABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABCC; }
p { color: rgb(239,171,204); }
H1.HeaderClassName
{
color: #EFABCC;
}
.AnyTagClassName
{
color: #EFABCC;
}
</style>
background-color css
<style>
a { background-color: #EFABCC; }
a { background-color: rgb(239,171,204); }
div.DivClassName
{
background-color: #EFABCC;
}
.BgClassName
{
background-color: #EFABCC;
}
</style>
border-color css
<style>
span { border-color: #EFABCC; }
span { border-color: rgb(239,171,204); }
td.TdClassName
{
border-color: #EFABCC;
}
.TagClassName
{
border-color: #EFABCC;
}
</style>