#EFABCB

Color #EFABCB Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EFABCB

Tints of Lavender Pink #EFABCB

Color information

#EFABCB (or 0xEFABCB) is unknown color: approx 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

RGB239171203-
CMYK00.280.150.06
HSL331.76º68%80.39%-
HSV(B)331.76º28.45%93.73%-
XYZ60.9451.7963.28-
YUV194.98132.53159.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=38.99%
G=27.90%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917120300.280.150.06331.766880.39
HexEFABCB01CF614c4450
Octal357253313034176514104120
Binary111011111010101111001011011100111111010100110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>