Html Css Color HEX #EFACFC Mauve

📋 copy color: '#EFACFC'

red 239 ◦ green 172 ◦ blue 252

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

Shades of Mauve #EFACFC

Tints of Mauve #EFACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.01%

R = 36.05%
G = 25.94%
B = 38.01%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFACFC (or 0xEFACFC) is known color: Mauve. HEX triplet: EF, AC and FC. RGB value is (239,172,252). Sum of RGB (Red+Green+Blue) = 239+172+252=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACFC is #105303. Grayscale: #C8C8C8. Windows color (decimal): -1069828 or 16559343. OLE color: 16559343.

HSL color Cylindrical-coordinate representation of color #EFACFC: hue angle of 290.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFACFC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 172 252 -
CMYK 0.05 0.32 0 0.01
HSL 290.25º 0.93% 0.83% -
HSV(B) 290.25º 0.32% 0.99% -
XYZ 67.92 54.88 99.11 -
YUV 201.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 239 172 252 0.05 0.32 0 0.01 290.25 0.93 0.83
Hex EF AC FC 5 20 0 1 122 5D 53
Octal 357 254 374 5 40 0 1 442 135 123
Binary 11101111 10101100 11111100 101 100000 0 1 100100010 1011101 1010011

Color Harmonies of #EFACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACFC

Black with #EFACFC

Text Example


Text Example

White with #EFACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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