Html Css Color HEX #F2C1FA Mauve

📋 copy color: '#F2C1FA'

red 242 ◦ green 193 ◦ blue 250

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

Shades of Mauve #F2C1FA

Tints of Mauve #F2C1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.18%

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 35.33%
G = 28.18%
B = 36.5%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2C1FA (or 0xF2C1FA) is known color: Mauve. HEX triplet: F2, C1 and FA. RGB value is (242,193,250). Sum of RGB (Red+Green+Blue) = 242+193+250=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2C1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1FA is #0D3E05. Grayscale: #D5D5D5. Windows color (decimal): -867846 or 16433650. OLE color: 16433650.

HSL color Cylindrical-coordinate representation of color #F2C1FA: hue angle of 291.58º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2C1FA is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 193 250 -
CMYK 0.03 0.23 0 0.02
HSL 291.58º 0.85% 0.87% -
HSV(B) 291.58º 0.23% 0.98% -
XYZ 72.94 63.92 98.94 -
YUV 214.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 242 193 250 0.03 0.23 0 0.02 291.58 0.85 0.87
Hex F2 C1 FA 3 17 0 2 124 55 57
Octal 362 301 372 3 27 0 2 444 125 127
Binary 11110010 11000001 11111010 11 10111 0 10 100100100 1010101 1010111

Color Harmonies of #F2C1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C1FA

Black with #F2C1FA

Text Example


Text Example

White with #F2C1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C1FA; }

 p { color: rgb(242,193,250); }

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

background-color css

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

 a { background-color: rgb(242,193,250); }

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

border-color css

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

 span { border-color: rgb(242,193,250); }

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