Html Css Color HEX #EFACCA Lavender Pink

📋 copy color: '#EFACCA'

red 239 ◦ green 172 ◦ blue 202

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

Shades of Lavender Pink #EFACCA

Tints of Lavender Pink #EFACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.95%

R = 38.99%
G = 28.06%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFACCA (or 0xEFACCA) is known color: Lavender Pink. HEX triplet: EF, AC and CA. RGB value is (239,172,202). Sum of RGB (Red+Green+Blue) = 239+172+202=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACCA is #105335. Grayscale: #C3C3C3. Windows color (decimal): -1069878 or 13282543. OLE color: 13282543.

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

Color convert

RGB 239 172 202 -
CMYK 0 0.28 0.15 0.06
HSL 333.13º 0.68% 0.81% -
HSV(B) 333.13º 0.28% 0.94% -
XYZ 61.01 52.12 62.72 -
YUV 195.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 239 172 202 0 0.28 0.15 0.06 333.13 0.68 0.81
Hex EF AC CA 0 1C F 6 14D 44 51
Octal 357 254 312 0 34 17 6 515 104 121
Binary 11101111 10101100 11001010 0 11100 1111 110 101001101 1000100 1010001

Color Harmonies of #EFACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACCA

Black with #EFACCA

Text Example


Text Example

White with #EFACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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