Html Css Color HEX #F2A8FF Mauve

📋 copy color: '#F2A8FF'

red 242 ◦ green 168 ◦ blue 255

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

Shades of Mauve #F2A8FF

Tints of Mauve #F2A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.26%

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

R = 36.39%
G = 25.26%
B = 38.35%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2A8FF (or 0xF2A8FF) is known color: Mauve. HEX triplet: F2, A8 and FF. RGB value is (242,168,255). Sum of RGB (Red+Green+Blue) = 242+168+255=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 168 (66.02% from 255 or 25.26% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8FF is #0D5700. Grayscale: #C7C7C7. Windows color (decimal): -874241 or 16754930. OLE color: 16754930.

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

Color convert

RGB 242 168 255 -
CMYK 0.05 0.34 0 0
HSL 291.03º 1% 0.83% -
HSV(B) 291.03º 0.34% 1% -
XYZ 68.67 54.1 101.43 -
YUV 200.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 242 168 255 0.05 0.34 0 0 291.03 1 0.83
Hex F2 A8 FF 5 22 0 0 123 64 53
Octal 362 250 377 5 42 0 0 443 144 123
Binary 11110010 10101000 11111111 101 100010 0 0 100100011 1100100 1010011

Color Harmonies of #F2A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8FF

Black with #F2A8FF

Text Example


Text Example

White with #F2A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8FF; }

 p { color: rgb(242,168,255); }

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

background-color css

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

 a { background-color: rgb(242,168,255); }

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

border-color css

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

 span { border-color: rgb(242,168,255); }

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