Html Css Color HEX #F0C0F9 Mauve

📋 copy color: '#F0C0F9'

red 240 ◦ green 192 ◦ blue 249

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

Shades of Mauve #F0C0F9

Tints of Mauve #F0C0F9

RGB

 RED value IS 240 (94.14% from 255) = 35.24%

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

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

R = 35.24%
G = 28.19%
B = 36.56%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0C0F9 (or 0xF0C0F9) is known color: Mauve. HEX triplet: F0, C0 and F9. RGB value is (240,192,249). Sum of RGB (Red+Green+Blue) = 240+192+249=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0F9 is #0F3F06. Grayscale: #D4D4D4. Windows color (decimal): -999175 or 16367856. OLE color: 16367856.

HSL color Cylindrical-coordinate representation of color #F0C0F9: hue angle of 290.53º 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 #F0C0F9 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 192 249 -
CMYK 0.04 0.23 0 0.02
HSL 290.53º 0.83% 0.86% -
HSV(B) 290.53º 0.23% 0.98% -
XYZ 71.88 63.06 98.01 -
YUV 212.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 240 192 249 0.04 0.23 0 0.02 290.53 0.83 0.86
Hex F0 C0 F9 4 17 0 2 123 53 56
Octal 360 300 371 4 27 0 2 443 123 126
Binary 11110000 11000000 11111001 100 10111 0 10 100100011 1010011 1010110

Color Harmonies of #F0C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0F9

Black with #F0C0F9

Text Example


Text Example

White with #F0C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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