Html Css Color HEX #F4AAFF Mauve

📋 copy color: '#F4AAFF'

red 244 ◦ green 170 ◦ blue 255

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

Shades of Mauve #F4AAFF

Tints of Mauve #F4AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.41%

 BLUE value IS 255 (100% from 255) = 38.12%

R = 36.47%
G = 25.41%
B = 38.12%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F4AAFF (or 0xF4AAFF) is known color: Mauve. HEX triplet: F4, AA and FF. RGB value is (244,170,255). Sum of RGB (Red+Green+Blue) = 244+170+255=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 170 (66.80% from 255 or 25.41% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAFF is #0B5500. Grayscale: #C9C9C9. Windows color (decimal): -742657 or 16755444. OLE color: 16755444.

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

Color convert

RGB 244 170 255 -
CMYK 0.04 0.33 0 0
HSL 292.24º 1% 0.83% -
HSV(B) 292.24º 0.33% 1% -
XYZ 69.73 55.2 101.59 -
YUV 201.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 244 170 255 0.04 0.33 0 0 292.24 1 0.83
Hex F4 AA FF 4 21 0 0 124 64 53
Octal 364 252 377 4 41 0 0 444 144 123
Binary 11110100 10101010 11111111 100 100001 0 0 100100100 1100100 1010011

Color Harmonies of #F4AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AAFF

Black with #F4AAFF

Text Example


Text Example

White with #F4AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AAFF; }

 p { color: rgb(244,170,255); }

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

background-color css

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

 a { background-color: rgb(244,170,255); }

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

border-color css

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

 span { border-color: rgb(244,170,255); }

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