Html Css Color HEX #F4A4FE Mauve

📋 copy color: '#F4A4FE'

red 244 ◦ green 164 ◦ blue 254

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

Shades of Mauve #F4A4FE

Tints of Mauve #F4A4FE

RGB

 RED value IS 244 (95.7% from 255) = 36.86%

 GREEN value IS 164 (64.45% from 255) = 24.77%

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 36.86%
G = 24.77%
B = 38.37%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F4A4FE (or 0xF4A4FE) is known color: Mauve. HEX triplet: F4, A4 and FE. RGB value is (244,164,254). Sum of RGB (Red+Green+Blue) = 244+164+254=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 164 (64.45% from 255 or 24.77% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A4FE is #0B5B01. Grayscale: #C5C5C5. Windows color (decimal): -744194 or 16688372. OLE color: 16688372.

HSL color Cylindrical-coordinate representation of color #F4A4FE: hue angle of 293.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4A4FE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 164 254 -
CMYK 0.04 0.35 0 0.00
HSL 293.33º 0.98% 0.82% -
HSV(B) 293.33º 0.35% 1% -
XYZ 68.47 52.94 100.38 -
YUV 198.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 244 164 254 0.04 0.35 0 0.00 293.33 0.98 0.82
Hex F4 A4 FE 4 23 0 0 125 62 52
Octal 364 244 376 4 43 0 0 445 142 122
Binary 11110100 10100100 11111110 100 100011 0 0 100100101 1100010 1010010

Color Harmonies of #F4A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A4FE

Black with #F4A4FE

Text Example


Text Example

White with #F4A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A4FE; }

 p { color: rgb(244,164,254); }

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

background-color css

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

 a { background-color: rgb(244,164,254); }

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

border-color css

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

 span { border-color: rgb(244,164,254); }

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