Html Css Color HEX #F2AFF8 Mauve

📋 copy color: '#F2AFF8'

red 242 ◦ green 175 ◦ blue 248

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

Shades of Mauve #F2AFF8

Tints of Mauve #F2AFF8

RGB

 RED value IS 242 (94.92% from 255) = 36.39%

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

 BLUE value IS 248 (97.27% from 255) = 37.29%

R = 36.39%
G = 26.32%
B = 37.29%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2AFF8 (or 0xF2AFF8) is known color: Mauve. HEX triplet: F2, AF and F8. RGB value is (242,175,248). Sum of RGB (Red+Green+Blue) = 242+175+248=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2AFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFF8 is #0D5007. Grayscale: #CBCBCB. Windows color (decimal): -872456 or 16297970. OLE color: 16297970.

HSL color Cylindrical-coordinate representation of color #F2AFF8: hue angle of 295.07º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2AFF8 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 175 248 -
CMYK 0.02 0.29 0 0.03
HSL 295.07º 0.84% 0.83% -
HSV(B) 295.07º 0.29% 0.97% -
XYZ 68.89 56.31 96.05 -
YUV 203.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 242 175 248 0.02 0.29 0 0.03 295.07 0.84 0.83
Hex F2 AF F8 2 1D 0 3 127 54 53
Octal 362 257 370 2 35 0 3 447 124 123
Binary 11110010 10101111 11111000 10 11101 0 11 100100111 1010100 1010011

Color Harmonies of #F2AFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFF8

Black with #F2AFF8

Text Example


Text Example

White with #F2AFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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