Html Css Color HEX #F0BFF9 Mauve

📋 copy color: '#F0BFF9'

red 240 ◦ green 191 ◦ blue 249

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

Shades of Mauve #F0BFF9

Tints of Mauve #F0BFF9

RGB

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

 GREEN value IS 191 (75% from 255) = 28.09%

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

R = 35.29%
G = 28.09%
B = 36.62%

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

#F0BFF9 (or 0xF0BFF9) is known color: Mauve. HEX triplet: F0, BF and F9. RGB value is (240,191,249). Sum of RGB (Red+Green+Blue) = 240+191+249=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFF9 is #0F4006. Grayscale: #D4D4D4. Windows color (decimal): -999431 or 16367600. OLE color: 16367600.

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

Color convert

RGB 240 191 249 -
CMYK 0.04 0.23 0 0.02
HSL 290.69º 0.83% 0.86% -
HSV(B) 290.69º 0.23% 0.98% -
XYZ 71.66 62.63 97.93 -
YUV 212.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 240 191 249 0.04 0.23 0 0.02 290.69 0.83 0.86
Hex F0 BF F9 4 17 0 2 123 53 56
Octal 360 277 371 4 27 0 2 443 123 126
Binary 11110000 10111111 11111001 100 10111 0 10 100100011 1010011 1010110

Color Harmonies of #F0BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFF9

Black with #F0BFF9

Text Example


Text Example

White with #F0BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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