Html Css Color HEX #EFACC9 Lavender Pink

📋 copy color: '#EFACC9'

red 239 ◦ green 172 ◦ blue 201

#EFACC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EFACC9

Tints of Lavender Pink #EFACC9

RGB

 RED value IS 239 (93.75% from 255) = 39.05%

 GREEN value IS 172 (67.58% from 255) = 28.1%

 BLUE value IS 201 (78.91% from 255) = 32.84%

R = 39.05%
G = 28.1%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFACC9 (or 0xEFACC9) is known color: Lavender Pink. HEX triplet: EF, AC and C9. RGB value is (239,172,201). Sum of RGB (Red+Green+Blue) = 239+172+201=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC9 is #105336. Grayscale: #C3C3C3. Windows color (decimal): -1069879 or 13217007. OLE color: 13217007.

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

Color convert

RGB 239 172 201 -
CMYK 0 0.28 0.16 0.06
HSL 334.03º 0.68% 0.81% -
HSV(B) 334.03º 0.28% 0.94% -
XYZ 60.89 52.07 62.1 -
YUV 195.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 239 172 201 0 0.28 0.16 0.06 334.03 0.68 0.81
Hex EF AC C9 0 1C 10 6 14E 44 51
Octal 357 254 311 0 34 20 6 516 104 121
Binary 11101111 10101100 11001001 0 11100 10000 110 101001110 1000100 1010001

Color Harmonies of #EFACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACC9

Black with #EFACC9

Text Example


Text Example

White with #EFACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACC9; }

 p { color: rgb(239,172,201); }

 H1.HeaderClassName
 {
   color: #EFACC9;
 }
 .AnyTagClassName
 {
   color: #EFACC9;
 }
</style>

background-color css

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

 a { background-color: rgb(239,172,201); }

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

border-color css

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

 span { border-color: rgb(239,172,201); }

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