Html Css Color HEX #F1ADFC Mauve

📋 copy color: '#F1ADFC'

red 241 ◦ green 173 ◦ blue 252

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

Shades of Mauve #F1ADFC

Tints of Mauve #F1ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.98%

 BLUE value IS 252 (98.83% from 255) = 37.84%

R = 36.19%
G = 25.98%
B = 37.84%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1ADFC (or 0xF1ADFC) is known color: Mauve. HEX triplet: F1, AD and FC. RGB value is (241,173,252). Sum of RGB (Red+Green+Blue) = 241+173+252=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADFC is #0E5203. Grayscale: #CACACA. Windows color (decimal): -938500 or 16559601. OLE color: 16559601.

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

Color convert

RGB 241 173 252 -
CMYK 0.04 0.31 0 0.01
HSL 291.65º 0.93% 0.83% -
HSV(B) 291.65º 0.31% 0.99% -
XYZ 68.79 55.62 99.2 -
YUV 202.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 241 173 252 0.04 0.31 0 0.01 291.65 0.93 0.83
Hex F1 AD FC 4 1F 0 1 124 5D 53
Octal 361 255 374 4 37 0 1 444 135 123
Binary 11110001 10101101 11111100 100 11111 0 1 100100100 1011101 1010011

Color Harmonies of #F1ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADFC

Black with #F1ADFC

Text Example


Text Example

White with #F1ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADFC; }

 p { color: rgb(241,173,252); }

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

background-color css

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

 a { background-color: rgb(241,173,252); }

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

border-color css

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

 span { border-color: rgb(241,173,252); }

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