Html Css Color HEX #F4A4FA Mauve

📋 copy color: '#F4A4FA'

red 244 ◦ green 164 ◦ blue 250

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

Shades of Mauve #F4A4FA

Tints of Mauve #F4A4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 37.08%
G = 24.92%
B = 37.99%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4A4FA (or 0xF4A4FA) is known color: Mauve. HEX triplet: F4, A4 and FA. RGB value is (244,164,250). Sum of RGB (Red+Green+Blue) = 244+164+250=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 164 (64.45% from 255 or 24.92% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4A4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A4FA is #0B5B05. Grayscale: #C5C5C5. Windows color (decimal): -744198 or 16426228. OLE color: 16426228.

HSL color Cylindrical-coordinate representation of color #F4A4FA: hue angle of 295.81º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A4FA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 164 250 -
CMYK 0.02 0.34 0 0.02
HSL 295.81º 0.9% 0.81% -
HSV(B) 295.81º 0.34% 0.98% -
XYZ 67.84 52.69 97.04 -
YUV 197.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 244 164 250 0.02 0.34 0 0.02 295.81 0.9 0.81
Hex F4 A4 FA 2 22 0 2 128 5A 51
Octal 364 244 372 2 42 0 2 450 132 121
Binary 11110100 10100100 11111010 10 100010 0 10 100101000 1011010 1010001

Color Harmonies of #F4A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A4FA

Black with #F4A4FA

Text Example


Text Example

White with #F4A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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