Shades of Lavender Pink #EFAACB
Tints of Lavender Pink #EFAACB
RGB
CMYK
RGB Variations
Color information
#EFAACB (or 0xEFAACB) is known color: Lavender Pink. HEX triplet: EF, AA and CB. RGB value is (239,170,203). Sum of RGB (Red+Green+Blue) = 239+170+203=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACB is #105534. Grayscale: #C2C2C2. Windows color (decimal): -1070389 or 13347567. OLE color: 13347567.
HSL color Cylindrical-coordinate representation of color #EFAACB: hue angle of 331.3º 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 #EFAACB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 203 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.06 |
| HSL | 331.3º | 0.68% | 0.8% | - |
| HSV(B) | 331.3º | 0.29% | 0.94% | - |
| XYZ | 60.75 | 51.41 | 63.22 | - |
| YUV | 194.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 203 | 0 | 0.29 | 0.15 | 0.06 | 331.3 | 0.68 | 0.8 |
| Hex | EF | AA | CB | 0 | 1D | F | 6 | 14B | 44 | 50 |
| Octal | 357 | 252 | 313 | 0 | 35 | 17 | 6 | 513 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11001011 | 0 | 11101 | 1111 | 110 | 101001011 | 1000100 | 1010000 |
Color Harmonies of #EFAACB
Complementary color
Monochromatic Colors of #EFAACB
Black with #EFAACB
Text Example
Text Example
White with #EFAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAACB; }
p { color: rgb(239,170,203); }
H1.HeaderClassName
{
color: #EFAACB;
}
.AnyTagClassName
{
color: #EFAACB;
}
</style>
background-color css
<style>
a { background-color: #EFAACB; }
a { background-color: rgb(239,170,203); }
div.DivClassName
{
background-color: #EFAACB;
}
.BgClassName
{
background-color: #EFAACB;
}
</style>
border-color css
<style>
span { border-color: #EFAACB; }
span { border-color: rgb(239,170,203); }
td.TdClassName
{
border-color: #EFAACB;
}
.TagClassName
{
border-color: #EFAACB;
}
</style>