Html Css Color HEX #F1AFFD Mauve

📋 copy color: '#F1AFFD'

red 241 ◦ green 175 ◦ blue 253

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

Shades of Mauve #F1AFFD

Tints of Mauve #F1AFFD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.16%

 BLUE value IS 253 (99.22% from 255) = 37.82%

R = 36.02%
G = 26.16%
B = 37.82%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1AFFD (or 0xF1AFFD) is known color: Mauve. HEX triplet: F1, AF and FD. RGB value is (241,175,253). Sum of RGB (Red+Green+Blue) = 241+175+253=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFFD is #0E5002. Grayscale: #CBCBCB. Windows color (decimal): -937987 or 16625649. OLE color: 16625649.

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

Color convert

RGB 241 175 253 -
CMYK 0.05 0.31 0 0.01
HSL 290.77º 0.95% 0.84% -
HSV(B) 290.77º 0.31% 0.99% -
XYZ 69.34 56.45 100.17 -
YUV 203.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 241 175 253 0.05 0.31 0 0.01 290.77 0.95 0.84
Hex F1 AF FD 5 1F 0 1 123 5F 54
Octal 361 257 375 5 37 0 1 443 137 124
Binary 11110001 10101111 11111101 101 11111 0 1 100100011 1011111 1010100

Color Harmonies of #F1AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFFD

Black with #F1AFFD

Text Example


Text Example

White with #F1AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFFD; }

 p { color: rgb(241,175,253); }

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

background-color css

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

 a { background-color: rgb(241,175,253); }

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

border-color css

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

 span { border-color: rgb(241,175,253); }

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