Html Css Color HEX #F4A5FE Mauve

📋 copy color: '#F4A5FE'

red 244 ◦ green 165 ◦ blue 254

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

Shades of Mauve #F4A5FE

Tints of Mauve #F4A5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.89%

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

R = 36.8%
G = 24.89%
B = 38.31%

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

#F4A5FE (or 0xF4A5FE) is known color: Mauve. HEX triplet: F4, A5 and FE. RGB value is (244,165,254). Sum of RGB (Red+Green+Blue) = 244+165+254=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 165 (64.84% from 255 or 24.89% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5FE is #0B5A01. Grayscale: #C6C6C6. Windows color (decimal): -743938 or 16688628. OLE color: 16688628.

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

Color convert

RGB 244 165 254 -
CMYK 0.04 0.35 0 0.00
HSL 293.26º 0.98% 0.82% -
HSV(B) 293.26º 0.35% 1% -
XYZ 68.65 53.3 100.44 -
YUV 198.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 244 165 254 0.04 0.35 0 0.00 293.26 0.98 0.82
Hex F4 A5 FE 4 23 0 0 125 62 52
Octal 364 245 376 4 43 0 0 445 142 122
Binary 11110100 10100101 11111110 100 100011 0 0 100100101 1100010 1010010

Color Harmonies of #F4A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A5FE

Black with #F4A5FE

Text Example


Text Example

White with #F4A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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