Html Css Color HEX #F4A6FE Mauve

📋 copy color: '#F4A6FE'

red 244 ◦ green 166 ◦ blue 254

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

Shades of Mauve #F4A6FE

Tints of Mauve #F4A6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25%

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

R = 36.75%
G = 25%
B = 38.25%

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

#F4A6FE (or 0xF4A6FE) is known color: Mauve. HEX triplet: F4, A6 and FE. RGB value is (244,166,254). Sum of RGB (Red+Green+Blue) = 244+166+254=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 166 (65.23% from 255 or 25% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A6FE is #0B5901. Grayscale: #C7C7C7. Windows color (decimal): -743682 or 16688884. OLE color: 16688884.

HSL color Cylindrical-coordinate representation of color #F4A6FE: hue angle of 293.18º 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 #F4A6FE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 166 254 -
CMYK 0.04 0.35 0 0.00
HSL 293.18º 0.98% 0.82% -
HSV(B) 293.18º 0.35% 1% -
XYZ 68.83 53.66 100.5 -
YUV 199.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 244 166 254 0.04 0.35 0 0.00 293.18 0.98 0.82
Hex F4 A6 FE 4 23 0 0 125 62 52
Octal 364 246 376 4 43 0 0 445 142 122
Binary 11110100 10100110 11111110 100 100011 0 0 100100101 1100010 1010010

Color Harmonies of #F4A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A6FE

Black with #F4A6FE

Text Example


Text Example

White with #F4A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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