Html Css Color HEX #F8ACFD Mauve

📋 copy color: '#F8ACFD'

red 248 ◦ green 172 ◦ blue 253

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

Shades of Mauve #F8ACFD

Tints of Mauve #F8ACFD

RGB

 RED value IS 248 (97.27% from 255) = 36.85%

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

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

R = 36.85%
G = 25.56%
B = 37.59%

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

#F8ACFD (or 0xF8ACFD) is known color: Mauve. HEX triplet: F8, AC and FD. RGB value is (248,172,253). Sum of RGB (Red+Green+Blue) = 248+172+253=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACFD is #075302. Grayscale: #CBCBCB. Windows color (decimal): -480003 or 16624888. OLE color: 16624888.

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

Color convert

RGB 248 172 253 -
CMYK 0.02 0.32 0 0.01
HSL 296.3º 0.95% 0.83% -
HSV(B) 296.3º 0.32% 0.99% -
XYZ 71.19 56.55 100.09 -
YUV 203.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 248 172 253 0.02 0.32 0 0.01 296.3 0.95 0.83
Hex F8 AC FD 2 20 0 1 128 5F 53
Octal 370 254 375 2 40 0 1 450 137 123
Binary 11111000 10101100 11111101 10 100000 0 1 100101000 1011111 1010011

Color Harmonies of #F8ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACFD

Black with #F8ACFD

Text Example


Text Example

White with #F8ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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