Html Css Color HEX #F0BFFA Mauve

📋 copy color: '#F0BFFA'

red 240 ◦ green 191 ◦ blue 250

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

Shades of Mauve #F0BFFA

Tints of Mauve #F0BFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.71%

R = 35.24%
G = 28.05%
B = 36.71%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0BFFA (or 0xF0BFFA) is known color: Mauve. HEX triplet: F0, BF and FA. RGB value is (240,191,250). Sum of RGB (Red+Green+Blue) = 240+191+250=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFFA is #0F4005. Grayscale: #D4D4D4. Windows color (decimal): -999430 or 16433136. OLE color: 16433136.

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

Color convert

RGB 240 191 250 -
CMYK 0.04 0.24 0 0.02
HSL 289.83º 0.86% 0.86% -
HSV(B) 289.83º 0.24% 0.98% -
XYZ 71.82 62.69 98.76 -
YUV 212.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 240 191 250 0.04 0.24 0 0.02 289.83 0.86 0.86
Hex F0 BF FA 4 18 0 2 122 56 56
Octal 360 277 372 4 30 0 2 442 126 126
Binary 11110000 10111111 11111010 100 11000 0 10 100100010 1010110 1010110

Color Harmonies of #F0BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFFA

Black with #F0BFFA

Text Example


Text Example

White with #F0BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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