Html Css Color HEX #EFACD4 Lavender Pink

📋 copy color: '#EFACD4'

red 239 ◦ green 172 ◦ blue 212

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

Shades of Lavender Pink #EFACD4

Tints of Lavender Pink #EFACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 38.36%
G = 27.61%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFACD4 (or 0xEFACD4) is known color: Lavender Pink. HEX triplet: EF, AC and D4. RGB value is (239,172,212). Sum of RGB (Red+Green+Blue) = 239+172+212=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD4 is #10532B. Grayscale: #C4C4C4. Windows color (decimal): -1069868 or 13937903. OLE color: 13937903.

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

Color convert

RGB 239 172 212 -
CMYK 0 0.28 0.11 0.06
HSL 324.18º 0.68% 0.81% -
HSV(B) 324.18º 0.28% 0.94% -
XYZ 62.23 52.61 69.16 -
YUV 196.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 239 172 212 0 0.28 0.11 0.06 324.18 0.68 0.81
Hex EF AC D4 0 1C B 6 144 44 51
Octal 357 254 324 0 34 13 6 504 104 121
Binary 11101111 10101100 11010100 0 11100 1011 110 101000100 1000100 1010001

Color Harmonies of #EFACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACD4

Black with #EFACD4

Text Example


Text Example

White with #EFACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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