Shades of Lavender Pink #EFAFCB
Tints of Lavender Pink #EFAFCB
RGB
CMYK
RGB Variations
Color information
#EFAFCB (or 0xEFAFCB) is known color: Lavender Pink. HEX triplet: EF, AF and CB. RGB value is (239,175,203). Sum of RGB (Red+Green+Blue) = 239+175+203=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFCB is #105034. Grayscale: #C5C5C5. Windows color (decimal): -1069109 or 13348847. OLE color: 13348847.
HSL color Cylindrical-coordinate representation of color #EFAFCB: hue angle of 333.75º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFCB is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 203 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.06 |
| HSL | 333.75º | 0.67% | 0.81% | - |
| HSV(B) | 333.75º | 0.27% | 0.94% | - |
| XYZ | 61.71 | 53.32 | 63.54 | - |
| YUV | 197.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 203 | 0 | 0.27 | 0.15 | 0.06 | 333.75 | 0.67 | 0.81 |
| Hex | EF | AF | CB | 0 | 1B | F | 6 | 14E | 43 | 51 |
| Octal | 357 | 257 | 313 | 0 | 33 | 17 | 6 | 516 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11001011 | 0 | 11011 | 1111 | 110 | 101001110 | 1000011 | 1010001 |
Color Harmonies of #EFAFCB
Complementary color
Monochromatic Colors of #EFAFCB
Black with #EFAFCB
Text Example
Text Example
White with #EFAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFCB; }
p { color: rgb(239,175,203); }
H1.HeaderClassName
{
color: #EFAFCB;
}
.AnyTagClassName
{
color: #EFAFCB;
}
</style>
background-color css
<style>
a { background-color: #EFAFCB; }
a { background-color: rgb(239,175,203); }
div.DivClassName
{
background-color: #EFAFCB;
}
.BgClassName
{
background-color: #EFAFCB;
}
</style>
border-color css
<style>
span { border-color: #EFAFCB; }
span { border-color: rgb(239,175,203); }
td.TdClassName
{
border-color: #EFAFCB;
}
.TagClassName
{
border-color: #EFAFCB;
}
</style>