Html Css Color HEX #F1ACFD Mauve

📋 copy color: '#F1ACFD'

red 241 ◦ green 172 ◦ blue 253

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

Shades of Mauve #F1ACFD

Tints of Mauve #F1ACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.83%

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

R = 36.19%
G = 25.83%
B = 37.99%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1ACFD (or 0xF1ACFD) is known color: Mauve. HEX triplet: F1, AC and FD. RGB value is (241,172,253). Sum of RGB (Red+Green+Blue) = 241+172+253=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACFD is #0E5302. Grayscale: #C9C9C9. Windows color (decimal): -938755 or 16624881. OLE color: 16624881.

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

Color convert

RGB 241 172 253 -
CMYK 0.05 0.32 0 0.01
HSL 291.11º 0.95% 0.83% -
HSV(B) 291.11º 0.32% 0.99% -
XYZ 68.76 55.3 99.98 -
YUV 201.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 241 172 253 0.05 0.32 0 0.01 291.11 0.95 0.83
Hex F1 AC FD 5 20 0 1 123 5F 53
Octal 361 254 375 5 40 0 1 443 137 123
Binary 11110001 10101100 11111101 101 100000 0 1 100100011 1011111 1010011

Color Harmonies of #F1ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACFD

Black with #F1ACFD

Text Example


Text Example

White with #F1ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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