Shades of Lavender Pink #EFACCE
Tints of Lavender Pink #EFACCE
RGB
CMYK
RGB Variations
Color information
#EFACCE (or 0xEFACCE) is known color: Lavender Pink. HEX triplet: EF, AC and CE. RGB value is (239,172,206). Sum of RGB (Red+Green+Blue) = 239+172+206=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACCE is #105331. Grayscale: #C3C3C3. Windows color (decimal): -1069874 or 13544687. OLE color: 13544687.
HSL color Cylindrical-coordinate representation of color #EFACCE: hue angle of 329.55º 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 #EFACCE is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 206 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.06 |
| HSL | 329.55º | 0.68% | 0.81% | - |
| HSV(B) | 329.55º | 0.28% | 0.94% | - |
| XYZ | 61.49 | 52.31 | 65.25 | - |
| YUV | 195.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 206 | 0 | 0.28 | 0.14 | 0.06 | 329.55 | 0.68 | 0.81 |
| Hex | EF | AC | CE | 0 | 1C | E | 6 | 14A | 44 | 51 |
| Octal | 357 | 254 | 316 | 0 | 34 | 16 | 6 | 512 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11001110 | 0 | 11100 | 1110 | 110 | 101001010 | 1000100 | 1010001 |
Color Harmonies of #EFACCE
Complementary color
Monochromatic Colors of #EFACCE
Black with #EFACCE
Text Example
Text Example
White with #EFACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACCE; }
p { color: rgb(239,172,206); }
H1.HeaderClassName
{
color: #EFACCE;
}
.AnyTagClassName
{
color: #EFACCE;
}
</style>
background-color css
<style>
a { background-color: #EFACCE; }
a { background-color: rgb(239,172,206); }
div.DivClassName
{
background-color: #EFACCE;
}
.BgClassName
{
background-color: #EFACCE;
}
</style>
border-color css
<style>
span { border-color: #EFACCE; }
span { border-color: rgb(239,172,206); }
td.TdClassName
{
border-color: #EFACCE;
}
.TagClassName
{
border-color: #EFACCE;
}
</style>