Html Css Color HEX #F1A8FA Mauve

📋 copy color: '#F1A8FA'

red 241 ◦ green 168 ◦ blue 250

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

Shades of Mauve #F1A8FA

Tints of Mauve #F1A8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.49%

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

R = 36.57%
G = 25.49%
B = 37.94%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1A8FA (or 0xF1A8FA) is known color: Mauve. HEX triplet: F1, A8 and FA. RGB value is (241,168,250). Sum of RGB (Red+Green+Blue) = 241+168+250=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1A8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A8FA is #0E5705. Grayscale: #C6C6C6. Windows color (decimal): -939782 or 16427249. OLE color: 16427249.

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

Color convert

RGB 241 168 250 -
CMYK 0.04 0.33 0 0.02
HSL 293.41º 0.89% 0.82% -
HSV(B) 293.41º 0.33% 0.98% -
XYZ 67.53 53.61 97.23 -
YUV 199.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 241 168 250 0.04 0.33 0 0.02 293.41 0.89 0.82
Hex F1 A8 FA 4 21 0 2 125 59 52
Octal 361 250 372 4 41 0 2 445 131 122
Binary 11110001 10101000 11111010 100 100001 0 10 100100101 1011001 1010010

Color Harmonies of #F1A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A8FA

Black with #F1A8FA

Text Example


Text Example

White with #F1A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A8FA; }

 p { color: rgb(241,168,250); }

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

background-color css

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

 a { background-color: rgb(241,168,250); }

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

border-color css

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

 span { border-color: rgb(241,168,250); }

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