Shades of Lavender Pink #EFACCA
Tints of Lavender Pink #EFACCA
RGB
CMYK
RGB Variations
Color information
#EFACCA (or 0xEFACCA) is known color: Lavender Pink. HEX triplet: EF, AC and CA. RGB value is (239,172,202). Sum of RGB (Red+Green+Blue) = 239+172+202=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACCA is #105335. Grayscale: #C3C3C3. Windows color (decimal): -1069878 or 13282543. OLE color: 13282543.
HSL color Cylindrical-coordinate representation of color #EFACCA: hue angle of 333.13º 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 #EFACCA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 202 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 333.13º | 0.68% | 0.81% | - |
| HSV(B) | 333.13º | 0.28% | 0.94% | - |
| XYZ | 61.01 | 52.12 | 62.72 | - |
| YUV | 195.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 202 | 0 | 0.28 | 0.15 | 0.06 | 333.13 | 0.68 | 0.81 |
| Hex | EF | AC | CA | 0 | 1C | F | 6 | 14D | 44 | 51 |
| Octal | 357 | 254 | 312 | 0 | 34 | 17 | 6 | 515 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11001010 | 0 | 11100 | 1111 | 110 | 101001101 | 1000100 | 1010001 |
Color Harmonies of #EFACCA
Complementary color
Monochromatic Colors of #EFACCA
Black with #EFACCA
Text Example
Text Example
White with #EFACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACCA; }
p { color: rgb(239,172,202); }
H1.HeaderClassName
{
color: #EFACCA;
}
.AnyTagClassName
{
color: #EFACCA;
}
</style>
background-color css
<style>
a { background-color: #EFACCA; }
a { background-color: rgb(239,172,202); }
div.DivClassName
{
background-color: #EFACCA;
}
.BgClassName
{
background-color: #EFACCA;
}
</style>
border-color css
<style>
span { border-color: #EFACCA; }
span { border-color: rgb(239,172,202); }
td.TdClassName
{
border-color: #EFACCA;
}
.TagClassName
{
border-color: #EFACCA;
}
</style>