Html Css Color HEX #F9ACFD Mauve

📋 copy color: '#F9ACFD'

red 249 ◦ green 172 ◦ blue 253

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

Shades of Mauve #F9ACFD

Tints of Mauve #F9ACFD

RGB

 RED value IS 249 (97.66% from 255) = 36.94%

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

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

R = 36.94%
G = 25.52%
B = 37.54%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9ACFD (or 0xF9ACFD) is known color: Mauve. HEX triplet: F9, AC and FD. RGB value is (249,172,253). Sum of RGB (Red+Green+Blue) = 249+172+253=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ACFD is #065302. Grayscale: #CCCCCC. Windows color (decimal): -414467 or 16624889. OLE color: 16624889.

HSL color Cylindrical-coordinate representation of color #F9ACFD: hue angle of 297.04º 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 #F9ACFD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 172 253 -
CMYK 0.02 0.32 0 0.01
HSL 297.04º 0.95% 0.83% -
HSV(B) 297.04º 0.32% 0.99% -
XYZ 71.55 56.74 100.11 -
YUV 204.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 249 172 253 0.02 0.32 0 0.01 297.04 0.95 0.83
Hex F9 AC FD 2 20 0 1 129 5F 53
Octal 371 254 375 2 40 0 1 451 137 123
Binary 11111001 10101100 11111101 10 100000 0 1 100101001 1011111 1010011

Color Harmonies of #F9ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACFD

Black with #F9ACFD

Text Example


Text Example

White with #F9ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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