Html Css Color HEX #F0B6F9 Mauve

📋 copy color: '#F0B6F9'

red 240 ◦ green 182 ◦ blue 249

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

Shades of Mauve #F0B6F9

Tints of Mauve #F0B6F9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.12%

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

R = 35.77%
G = 27.12%
B = 37.11%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0B6F9 (or 0xF0B6F9) is known color: Mauve. HEX triplet: F0, B6 and F9. RGB value is (240,182,249). Sum of RGB (Red+Green+Blue) = 240+182+249=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0B6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6F9 is #0F4906. Grayscale: #CECECE. Windows color (decimal): -1001735 or 16365296. OLE color: 16365296.

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

Color convert

RGB 240 182 249 -
CMYK 0.04 0.27 0 0.02
HSL 291.94º 0.85% 0.85% -
HSV(B) 291.94º 0.27% 0.98% -
XYZ 69.76 58.82 97.3 -
YUV 206.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 240 182 249 0.04 0.27 0 0.02 291.94 0.85 0.85
Hex F0 B6 F9 4 1B 0 2 124 55 55
Octal 360 266 371 4 33 0 2 444 125 125
Binary 11110000 10110110 11111001 100 11011 0 10 100100100 1010101 1010101

Color Harmonies of #F0B6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B6F9

Black with #F0B6F9

Text Example


Text Example

White with #F0B6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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