#EFADCA

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

Shades of Lavender Pink #EFADCA

Tints of Lavender Pink #EFADCA

Color information

#EFADCA (or 0xEFADCA) is unknown color: approx Lavender Pink. HEX triplet: EF, AD and CA. RGB value is (239,173,202). Sum of RGB (Red+Green+Blue) = 239+173+202=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCA is #105235. Grayscale: #C3C3C3. Windows color (decimal): -1069622 or 13282799. OLE color: 13282799.

HSL color Cylindrical-coordinate representation of color #EFADCA: hue angle of 333.64º degrees, saturation: 0.67, 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 #EFADCA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239173202-
CMYK00.280.150.06
HSL333.64º67.35%80.78%-
HSV(B)333.64º27.62%93.73%-
XYZ61.252.562.79-
YUV196.04131.37158.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=38.93%
G=28.18%
B=32.90%

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
Decimal23917320200.280.150.06333.6467.3580.78
HexEFADCA01CF614e4351
Octal357255312034176516103121
Binary111011111010110111001010011100111111010100111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADCA; }

 p { color: rgb(239,173,202); }

 H1.HeaderClassName
 {
   color: #EFADCA;
 }
 .AnyTagClassName
 {
   color: #EFADCA;
 }
</style>
background-color css

<style>
 a { background-color: #EFADCA; }

 a { background-color: rgb(239,173,202); }

 div.DivClassName
 {
   background-color: #EFADCA;
 }
 .BgClassName
 {
   background-color: #EFADCA;
 }
</style>
border-color css

<style>
 span { border-color: #EFADCA; }

 span { border-color: rgb(239,173,202); }

 td.TdClassName
 {
   border-color: #EFADCA;
 }
 .TagClassName
 {
   border-color: #EFADCA;
 }
</style>