Shades of Lavender Pink #EFAACF
Tints of Lavender Pink #EFAACF
RGB
CMYK
RGB Variations
Color information
#EFAACF (or 0xEFAACF) is known color: Lavender Pink. HEX triplet: EF, AA and CF. RGB value is (239,170,207). Sum of RGB (Red+Green+Blue) = 239+170+207=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACF is #105530. Grayscale: #C2C2C2. Windows color (decimal): -1070385 or 13609711. OLE color: 13609711.
HSL color Cylindrical-coordinate representation of color #EFAACF: hue angle of 327.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAACF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 207 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.06 |
| HSL | 327.83º | 0.68% | 0.8% | - |
| HSV(B) | 327.83º | 0.29% | 0.94% | - |
| XYZ | 61.23 | 51.61 | 65.76 | - |
| YUV | 194.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 207 | 0 | 0.29 | 0.13 | 0.06 | 327.83 | 0.68 | 0.8 |
| Hex | EF | AA | CF | 0 | 1D | D | 6 | 148 | 44 | 50 |
| Octal | 357 | 252 | 317 | 0 | 35 | 15 | 6 | 510 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11001111 | 0 | 11101 | 1101 | 110 | 101001000 | 1000100 | 1010000 |
Color Harmonies of #EFAACF
Complementary color
Monochromatic Colors of #EFAACF
Black with #EFAACF
Text Example
Text Example
White with #EFAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAACF; }
p { color: rgb(239,170,207); }
H1.HeaderClassName
{
color: #EFAACF;
}
.AnyTagClassName
{
color: #EFAACF;
}
</style>
background-color css
<style>
a { background-color: #EFAACF; }
a { background-color: rgb(239,170,207); }
div.DivClassName
{
background-color: #EFAACF;
}
.BgClassName
{
background-color: #EFAACF;
}
</style>
border-color css
<style>
span { border-color: #EFAACF; }
span { border-color: rgb(239,170,207); }
td.TdClassName
{
border-color: #EFAACF;
}
.TagClassName
{
border-color: #EFAACF;
}
</style>