Html Css Color HEX #F2A8FC Mauve

📋 copy color: '#F2A8FC'

red 242 ◦ green 168 ◦ blue 252

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

Shades of Mauve #F2A8FC

Tints of Mauve #F2A8FC

RGB

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

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

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

R = 36.56%
G = 25.38%
B = 38.07%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2A8FC (or 0xF2A8FC) is known color: Mauve. HEX triplet: F2, A8 and FC. RGB value is (242,168,252). Sum of RGB (Red+Green+Blue) = 242+168+252=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2A8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8FC is #0D5703. Grayscale: #C7C7C7. Windows color (decimal): -874244 or 16558322. OLE color: 16558322.

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

Color convert

RGB 242 168 252 -
CMYK 0.04 0.33 0 0.01
HSL 292.86º 0.93% 0.82% -
HSV(B) 292.86º 0.33% 0.99% -
XYZ 68.19 53.91 98.91 -
YUV 199.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 242 168 252 0.04 0.33 0 0.01 292.86 0.93 0.82
Hex F2 A8 FC 4 21 0 1 125 5D 52
Octal 362 250 374 4 41 0 1 445 135 122
Binary 11110010 10101000 11111100 100 100001 0 1 100100101 1011101 1010010

Color Harmonies of #F2A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8FC

Black with #F2A8FC

Text Example


Text Example

White with #F2A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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