Html Css Color HEX #F2C0F9 Mauve

📋 copy color: '#F2C0F9'

red 242 ◦ green 192 ◦ blue 249

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

Shades of Mauve #F2C0F9

Tints of Mauve #F2C0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.11%

 BLUE value IS 249 (97.66% from 255) = 36.46%

R = 35.43%
G = 28.11%
B = 36.46%

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

#F2C0F9 (or 0xF2C0F9) is known color: Mauve. HEX triplet: F2, C0 and F9. RGB value is (242,192,249). Sum of RGB (Red+Green+Blue) = 242+192+249=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0F9 is #0D3F06. Grayscale: #D5D5D5. Windows color (decimal): -868103 or 16367858. OLE color: 16367858.

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

Color convert

RGB 242 192 249 -
CMYK 0.03 0.23 0 0.02
HSL 292.63º 0.83% 0.86% -
HSV(B) 292.63º 0.23% 0.98% -
XYZ 72.57 63.42 98.04 -
YUV 213.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 242 192 249 0.03 0.23 0 0.02 292.63 0.83 0.86
Hex F2 C0 F9 3 17 0 2 125 53 56
Octal 362 300 371 3 27 0 2 445 123 126
Binary 11110010 11000000 11111001 11 10111 0 10 100100101 1010011 1010110

Color Harmonies of #F2C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C0F9

Black with #F2C0F9

Text Example


Text Example

White with #F2C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C0F9; }

 p { color: rgb(242,192,249); }

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

background-color css

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

 a { background-color: rgb(242,192,249); }

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

border-color css

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

 span { border-color: rgb(242,192,249); }

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