Shades of Lavender Pink #EFACCF
Tints of Lavender Pink #EFACCF
RGB
CMYK
RGB Variations
Color information
#EFACCF (or 0xEFACCF) is known color: Lavender Pink. HEX triplet: EF, AC and CF. RGB value is (239,172,207). Sum of RGB (Red+Green+Blue) = 239+172+207=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACCF is #105330. Grayscale: #C3C3C3. Windows color (decimal): -1069873 or 13610223. OLE color: 13610223.
HSL color Cylindrical-coordinate representation of color #EFACCF: hue angle of 328.66º 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 #EFACCF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 207 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.06 |
| HSL | 328.66º | 0.68% | 0.81% | - |
| HSV(B) | 328.66º | 0.28% | 0.94% | - |
| XYZ | 61.61 | 52.36 | 65.89 | - |
| YUV | 196.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 207 | 0 | 0.28 | 0.13 | 0.06 | 328.66 | 0.68 | 0.81 |
| Hex | EF | AC | CF | 0 | 1C | D | 6 | 149 | 44 | 51 |
| Octal | 357 | 254 | 317 | 0 | 34 | 15 | 6 | 511 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11001111 | 0 | 11100 | 1101 | 110 | 101001001 | 1000100 | 1010001 |
Color Harmonies of #EFACCF
Complementary color
Monochromatic Colors of #EFACCF
Black with #EFACCF
Text Example
Text Example
White with #EFACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACCF; }
p { color: rgb(239,172,207); }
H1.HeaderClassName
{
color: #EFACCF;
}
.AnyTagClassName
{
color: #EFACCF;
}
</style>
background-color css
<style>
a { background-color: #EFACCF; }
a { background-color: rgb(239,172,207); }
div.DivClassName
{
background-color: #EFACCF;
}
.BgClassName
{
background-color: #EFACCF;
}
</style>
border-color css
<style>
span { border-color: #EFACCF; }
span { border-color: rgb(239,172,207); }
td.TdClassName
{
border-color: #EFACCF;
}
.TagClassName
{
border-color: #EFACCF;
}
</style>