Shades of Lavender Pink #EFABCB
Tints of Lavender Pink #EFABCB
RGB
CMYK
RGB Variations
Color information
#EFABCB (or 0xEFABCB) is known color: Lavender Pink. HEX triplet: EF, AB and CB. RGB value is (239,171,203). Sum of RGB (Red+Green+Blue) = 239+171+203=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABCB is #105434. Grayscale: #C2C2C2. Windows color (decimal): -1070133 or 13347823. OLE color: 13347823.
HSL color Cylindrical-coordinate representation of color #EFABCB: hue angle of 331.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABCB is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 203 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 331.76º | 0.68% | 0.8% | - |
| HSV(B) | 331.76º | 0.28% | 0.94% | - |
| XYZ | 60.94 | 51.79 | 63.28 | - |
| YUV | 194.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 203 | 0 | 0.28 | 0.15 | 0.06 | 331.76 | 0.68 | 0.8 |
| Hex | EF | AB | CB | 0 | 1C | F | 6 | 14C | 44 | 50 |
| Octal | 357 | 253 | 313 | 0 | 34 | 17 | 6 | 514 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11001011 | 0 | 11100 | 1111 | 110 | 101001100 | 1000100 | 1010000 |
Color Harmonies of #EFABCB
Complementary color
Monochromatic Colors of #EFABCB
Black with #EFABCB
Text Example
Text Example
White with #EFABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABCB; }
p { color: rgb(239,171,203); }
H1.HeaderClassName
{
color: #EFABCB;
}
.AnyTagClassName
{
color: #EFABCB;
}
</style>
background-color css
<style>
a { background-color: #EFABCB; }
a { background-color: rgb(239,171,203); }
div.DivClassName
{
background-color: #EFABCB;
}
.BgClassName
{
background-color: #EFABCB;
}
</style>
border-color css
<style>
span { border-color: #EFABCB; }
span { border-color: rgb(239,171,203); }
td.TdClassName
{
border-color: #EFABCB;
}
.TagClassName
{
border-color: #EFABCB;
}
</style>