Html Css Color HEX #F5ACFF Mauve

📋 copy color: '#F5ACFF'

red 245 ◦ green 172 ◦ blue 255

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

Shades of Mauve #F5ACFF

Tints of Mauve #F5ACFF

RGB

 RED value IS 245 (96.09% from 255) = 36.46%

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

 BLUE value IS 255 (100% from 255) = 37.95%

R = 36.46%
G = 25.6%
B = 37.95%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5ACFF (or 0xF5ACFF) is known color: Mauve. HEX triplet: F5, AC and FF. RGB value is (245,172,255). Sum of RGB (Red+Green+Blue) = 245+172+255=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACFF is #0A5300. Grayscale: #CBCBCB. Windows color (decimal): -676609 or 16755957. OLE color: 16755957.

HSL color Cylindrical-coordinate representation of color #F5ACFF: hue angle of 292.77º 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 #F5ACFF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 172 255 -
CMYK 0.04 0.33 0 0
HSL 292.77º 1% 0.84% -
HSV(B) 292.77º 0.33% 1% -
XYZ 70.46 56.14 101.73 -
YUV 203.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 245 172 255 0.04 0.33 0 0 292.77 1 0.84
Hex F5 AC FF 4 21 0 0 125 64 54
Octal 365 254 377 4 41 0 0 445 144 124
Binary 11110101 10101100 11111111 100 100001 0 0 100100101 1100100 1010100

Color Harmonies of #F5ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACFF

Black with #F5ACFF

Text Example


Text Example

White with #F5ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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