Html Css Color HEX #F5AFFC Mauve

📋 copy color: '#F5AFFC'

red 245 ◦ green 175 ◦ blue 252

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

Shades of Mauve #F5AFFC

Tints of Mauve #F5AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.04%

 BLUE value IS 252 (98.83% from 255) = 37.5%

R = 36.46%
G = 26.04%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5AFFC (or 0xF5AFFC) is known color: Mauve. HEX triplet: F5, AF and FC. RGB value is (245,175,252). Sum of RGB (Red+Green+Blue) = 245+175+252=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFFC is #0A5003. Grayscale: #CCCCCC. Windows color (decimal): -675844 or 16560117. OLE color: 16560117.

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

Color convert

RGB 245 175 252 -
CMYK 0.03 0.31 0 0.01
HSL 294.55º 0.93% 0.84% -
HSV(B) 294.55º 0.31% 0.99% -
XYZ 70.56 57.1 99.4 -
YUV 204.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 245 175 252 0.03 0.31 0 0.01 294.55 0.93 0.84
Hex F5 AF FC 3 1F 0 1 127 5D 54
Octal 365 257 374 3 37 0 1 447 135 124
Binary 11110101 10101111 11111100 11 11111 0 1 100100111 1011101 1010100

Color Harmonies of #F5AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFFC

Black with #F5AFFC

Text Example


Text Example

White with #F5AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFFC; }

 p { color: rgb(245,175,252); }

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

background-color css

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

 a { background-color: rgb(245,175,252); }

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

border-color css

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

 span { border-color: rgb(245,175,252); }

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