Html Css Color HEX #F1ACF9 Mauve

📋 copy color: '#F1ACF9'

red 241 ◦ green 172 ◦ blue 249

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

Shades of Mauve #F1ACF9

Tints of Mauve #F1ACF9

RGB

 RED value IS 241 (94.53% from 255) = 36.4%

 GREEN value IS 172 (67.58% from 255) = 25.98%

 BLUE value IS 249 (97.66% from 255) = 37.61%

R = 36.4%
G = 25.98%
B = 37.61%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1ACF9 (or 0xF1ACF9) is known color: Mauve. HEX triplet: F1, AC and F9. RGB value is (241,172,249). Sum of RGB (Red+Green+Blue) = 241+172+249=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1ACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF9 is #0E5306. Grayscale: #C9C9C9. Windows color (decimal): -938759 or 16362737. OLE color: 16362737.

HSL color Cylindrical-coordinate representation of color #F1ACF9: hue angle of 293.77º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1ACF9 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 172 249 -
CMYK 0.03 0.31 0 0.02
HSL 293.77º 0.87% 0.83% -
HSV(B) 293.77º 0.31% 0.98% -
XYZ 68.13 55.05 96.66 -
YUV 201.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 241 172 249 0.03 0.31 0 0.02 293.77 0.87 0.83
Hex F1 AC F9 3 1F 0 2 126 57 53
Octal 361 254 371 3 37 0 2 446 127 123
Binary 11110001 10101100 11111001 11 11111 0 10 100100110 1010111 1010011

Color Harmonies of #F1ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACF9

Black with #F1ACF9

Text Example


Text Example

White with #F1ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACF9; }

 p { color: rgb(241,172,249); }

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

background-color css

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

 a { background-color: rgb(241,172,249); }

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

border-color css

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

 span { border-color: rgb(241,172,249); }

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