Html Css Color HEX #F8ACFF Mauve

📋 copy color: '#F8ACFF'

red 248 ◦ green 172 ◦ blue 255

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

Shades of Mauve #F8ACFF

Tints of Mauve #F8ACFF

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 value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8ACFF (or 0xF8ACFF) is known color: 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

RGB 248 172 255 -
CMYK 0.03 0.33 0 0
HSL 294.94º 1% 0.84% -
HSV(B) 294.94º 0.33% 1% -
XYZ 71.51 56.68 101.78 -
YUV 204.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 248 172 255 0.03 0.33 0 0 294.94 1 0.84
Hex F8 AC FF 3 21 0 0 127 64 54
Octal 370 254 377 3 41 0 0 447 144 124
Binary 11111000 10101100 11111111 11 100001 0 0 100100111 1100100 1010100

Color Harmonies of #F8ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACFF

Black with #F8ACFF

Text Example


Text Example

White with #F8ACFF

Text Example


Text Example

HTML Codes & Css Web 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>