Html Css Color HEX #F0B3F9 Mauve

📋 copy color: '#F0B3F9'

red 240 ◦ green 179 ◦ blue 249

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

Shades of Mauve #F0B3F9

Tints of Mauve #F0B3F9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.8%

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

R = 35.93%
G = 26.8%
B = 37.28%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0B3F9 (or 0xF0B3F9) is known color: Mauve. HEX triplet: F0, B3 and F9. RGB value is (240,179,249). Sum of RGB (Red+Green+Blue) = 240+179+249=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0B3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3F9 is #0F4C06. Grayscale: #CDCDCD. Windows color (decimal): -1002503 or 16364528. OLE color: 16364528.

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

Color convert

RGB 240 179 249 -
CMYK 0.04 0.28 0 0.02
HSL 292.29º 0.85% 0.84% -
HSV(B) 292.29º 0.28% 0.98% -
XYZ 69.15 57.61 97.1 -
YUV 205.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 240 179 249 0.04 0.28 0 0.02 292.29 0.85 0.84
Hex F0 B3 F9 4 1C 0 2 124 55 54
Octal 360 263 371 4 34 0 2 444 125 124
Binary 11110000 10110011 11111001 100 11100 0 10 100100100 1010101 1010100

Color Harmonies of #F0B3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B3F9

Black with #F0B3F9

Text Example


Text Example

White with #F0B3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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