Html Css Color HEX #F1ADFF Mauve

📋 copy color: '#F1ADFF'

red 241 ◦ green 173 ◦ blue 255

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

Shades of Mauve #F1ADFF

Tints of Mauve #F1ADFF

RGB

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

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

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

R = 36.02%
G = 25.86%
B = 38.12%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1ADFF (or 0xF1ADFF) is known color: Mauve. HEX triplet: F1, AD and FF. RGB value is (241,173,255). Sum of RGB (Red+Green+Blue) = 241+173+255=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 173 (67.97% from 255 or 25.86% 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 #F1ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADFF is #0E5200. Grayscale: #CACACA. Windows color (decimal): -938497 or 16756209. OLE color: 16756209.

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

Color convert

RGB 241 173 255 -
CMYK 0.05 0.32 0 0
HSL 289.76º 1% 0.84% -
HSV(B) 289.76º 0.32% 1% -
XYZ 69.27 55.81 101.73 -
YUV 202.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 241 173 255 0.05 0.32 0 0 289.76 1 0.84
Hex F1 AD FF 5 20 0 0 122 64 54
Octal 361 255 377 5 40 0 0 442 144 124
Binary 11110001 10101101 11111111 101 100000 0 0 100100010 1100100 1010100

Color Harmonies of #F1ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADFF

Black with #F1ADFF

Text Example


Text Example

White with #F1ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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