#F8ACFF

Color #F8ACFF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F8ACFF

Tints of Mauve #F8ACFF

Color information

#F8ACFF (or 0xF8ACFF) is unknown color: approx Mauve. HEX triplet: F8, AC and FF. RGB value is (248,172,255). Sum of RGB (Red+Green+Blue) = 248+172+255=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACFF is #075300. Grayscale: #CBCBCB. Windows color (decimal): -480001 or 16755960. OLE color: 16755960.

HSL color Cylindrical-coordinate representation of color #F8ACFF: hue angle of 294.94º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8ACFF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB248172255-
CMYK0.030.3300
HSL294.94º100%83.73%-
HSV(B)294.94º32.55%100%-
XYZ71.5156.68101.78-
YUV204.19156.68159.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 172 (67.58% from 255) = 25.48%
BLUE value IS 255 (100% from 255) = 37.78%
R=36.74%
G=25.48%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481722550.030.3300294.9410083.73
HexF8ACFF321001276454
Octal37025437734100447144124
Binary111110001010110011111111111000010010010011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACFF; }

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

 H1.HeaderClassName
 {
   color: #F8ACFF;
 }
 .AnyTagClassName
 {
   color: #F8ACFF;
 }
</style>
background-color css

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

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

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

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

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

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