Shades of Lavender Pink #EFACCC
Tints of Lavender Pink #EFACCC
RGB
CMYK
RGB Variations
Color information
#EFACCC (or 0xEFACCC) is known color: Lavender Pink. HEX triplet: EF, AC and CC. RGB value is (239,172,204). Sum of RGB (Red+Green+Blue) = 239+172+204=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACCC is #105333. Grayscale: #C3C3C3. Windows color (decimal): -1069876 or 13413615. OLE color: 13413615.
HSL color Cylindrical-coordinate representation of color #EFACCC: hue angle of 331.34º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACCC is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 204 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 331.34º | 0.68% | 0.81% | - |
| HSV(B) | 331.34º | 0.28% | 0.94% | - |
| XYZ | 61.25 | 52.22 | 63.98 | - |
| YUV | 195.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 204 | 0 | 0.28 | 0.15 | 0.06 | 331.34 | 0.68 | 0.81 |
| Hex | EF | AC | CC | 0 | 1C | F | 6 | 14B | 44 | 51 |
| Octal | 357 | 254 | 314 | 0 | 34 | 17 | 6 | 513 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11001100 | 0 | 11100 | 1111 | 110 | 101001011 | 1000100 | 1010001 |
Color Harmonies of #EFACCC
Complementary color
Monochromatic Colors of #EFACCC
Black with #EFACCC
Text Example
Text Example
White with #EFACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACCC; }
p { color: rgb(239,172,204); }
H1.HeaderClassName
{
color: #EFACCC;
}
.AnyTagClassName
{
color: #EFACCC;
}
</style>
background-color css
<style>
a { background-color: #EFACCC; }
a { background-color: rgb(239,172,204); }
div.DivClassName
{
background-color: #EFACCC;
}
.BgClassName
{
background-color: #EFACCC;
}
</style>
border-color css
<style>
span { border-color: #EFACCC; }
span { border-color: rgb(239,172,204); }
td.TdClassName
{
border-color: #EFACCC;
}
.TagClassName
{
border-color: #EFACCC;
}
</style>