#F2AFFE

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

Shades of Mauve #F2AFFE

Tints of Mauve #F2AFFE

Color information

#F2AFFE (or 0xF2AFFE) is unknown color: approx Mauve. HEX triplet: F2, AF and FE. RGB value is (242,175,254). Sum of RGB (Red+Green+Blue) = 242+175+254=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFFE is #0D5001. Grayscale: #CBCBCB. Windows color (decimal): -872450 or 16691186. OLE color: 16691186.

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

Color convert

RGB242175254-
CMYK0.050.3100.00
HSL290.89º97.53%84.12%-
HSV(B)290.89º31.1%99.61%-
XYZ69.8456.69101.03-
YUV204.04156.2155.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 175 (68.75% from 255) = 26.08%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=36.07%
G=26.08%
B=37.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421752540.050.3100.00290.8997.5384.12
HexF2AFFE51F001236254
Octal36225737653700443142124
Binary111100101010111111111110101111110010010001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFFE; }

 p { color: rgb(242,175,254); }

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

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

 a { background-color: rgb(242,175,254); }

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

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

 span { border-color: rgb(242,175,254); }

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