Html Css Color HEX #F1AFFC Mauve

📋 copy color: '#F1AFFC'

red 241 ◦ green 175 ◦ blue 252

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

Shades of Mauve #F1AFFC

Tints of Mauve #F1AFFC

RGB

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

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

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

R = 36.08%
G = 26.2%
B = 37.72%

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

#F1AFFC (or 0xF1AFFC) is known color: Mauve. HEX triplet: F1, AF and FC. RGB value is (241,175,252). Sum of RGB (Red+Green+Blue) = 241+175+252=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFFC is #0E5003. Grayscale: #CBCBCB. Windows color (decimal): -937988 or 16560113. OLE color: 16560113.

HSL color Cylindrical-coordinate representation of color #F1AFFC: hue angle of 291.43º degrees, saturation: 0.93, 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 #F1AFFC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 175 252 -
CMYK 0.04 0.31 0 0.01
HSL 291.43º 0.93% 0.84% -
HSV(B) 291.43º 0.31% 0.99% -
XYZ 69.18 56.39 99.33 -
YUV 203.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 241 175 252 0.04 0.31 0 0.01 291.43 0.93 0.84
Hex F1 AF FC 4 1F 0 1 123 5D 54
Octal 361 257 374 4 37 0 1 443 135 124
Binary 11110001 10101111 11111100 100 11111 0 1 100100011 1011101 1010100

Color Harmonies of #F1AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFFC

Black with #F1AFFC

Text Example


Text Example

White with #F1AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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