Html Css Color HEX #EFACFB Mauve

📋 copy color: '#EFACFB'

red 239 ◦ green 172 ◦ blue 251

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

Shades of Mauve #EFACFB

Tints of Mauve #EFACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.92%

R = 36.1%
G = 25.98%
B = 37.92%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFACFB (or 0xEFACFB) is known color: Mauve. HEX triplet: EF, AC and FB. RGB value is (239,172,251). Sum of RGB (Red+Green+Blue) = 239+172+251=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACFB is #105304. Grayscale: #C8C8C8. Windows color (decimal): -1069829 or 16493807. OLE color: 16493807.

HSL color Cylindrical-coordinate representation of color #EFACFB: hue angle of 290.89º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFACFB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 172 251 -
CMYK 0.05 0.31 0 0.02
HSL 290.89º 0.91% 0.83% -
HSV(B) 290.89º 0.31% 0.98% -
XYZ 67.76 54.82 98.28 -
YUV 201.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 239 172 251 0.05 0.31 0 0.02 290.89 0.91 0.83
Hex EF AC FB 5 1F 0 2 123 5B 53
Octal 357 254 373 5 37 0 2 443 133 123
Binary 11101111 10101100 11111011 101 11111 0 10 100100011 1011011 1010011

Color Harmonies of #EFACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACFB

Black with #EFACFB

Text Example


Text Example

White with #EFACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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