Html Css Color HEX #F0B5F9 Mauve

📋 copy color: '#F0B5F9'

red 240 ◦ green 181 ◦ blue 249

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

Shades of Mauve #F0B5F9

Tints of Mauve #F0B5F9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.01%

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

R = 35.82%
G = 27.01%
B = 37.16%

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

#F0B5F9 (or 0xF0B5F9) is known color: Mauve. HEX triplet: F0, B5 and F9. RGB value is (240,181,249). Sum of RGB (Red+Green+Blue) = 240+181+249=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0B5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5F9 is #0F4A06. Grayscale: #CECECE. Windows color (decimal): -1001991 or 16365040. OLE color: 16365040.

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

Color convert

RGB 240 181 249 -
CMYK 0.04 0.27 0 0.02
HSL 292.06º 0.85% 0.84% -
HSV(B) 292.06º 0.27% 0.98% -
XYZ 69.56 58.41 97.23 -
YUV 206.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 240 181 249 0.04 0.27 0 0.02 292.06 0.85 0.84
Hex F0 B5 F9 4 1B 0 2 124 55 54
Octal 360 265 371 4 33 0 2 444 125 124
Binary 11110000 10110101 11111001 100 11011 0 10 100100100 1010101 1010100

Color Harmonies of #F0B5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5F9

Black with #F0B5F9

Text Example


Text Example

White with #F0B5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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