Html Css Color HEX #F2AFFE Mauve

📋 copy color: '#F2AFFE'

red 242 ◦ green 175 ◦ blue 254

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

Shades of Mauve #F2AFFE

Tints of Mauve #F2AFFE

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

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

RGB 242 175 254 -
CMYK 0.05 0.31 0 0.00
HSL 290.89º 0.98% 0.84% -
HSV(B) 290.89º 0.31% 1% -
XYZ 69.84 56.69 101.03 -
YUV 204.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 242 175 254 0.05 0.31 0 0.00 290.89 0.98 0.84
Hex F2 AF FE 5 1F 0 0 123 62 54
Octal 362 257 376 5 37 0 0 443 142 124
Binary 11110010 10101111 11111110 101 11111 0 0 100100011 1100010 1010100

Color Harmonies of #F2AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFFE

Black with #F2AFFE

Text Example


Text Example

White with #F2AFFE

Text Example


Text Example

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