Html Css Color HEX #F0BFFF Mauve

📋 copy color: '#F0BFFF'

red 240 ◦ green 191 ◦ blue 255

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

Shades of Mauve #F0BFFF

Tints of Mauve #F0BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.17%

R = 34.99%
G = 27.84%
B = 37.17%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0BFFF (or 0xF0BFFF) is known color: Mauve. HEX triplet: F0, BF and FF. RGB value is (240,191,255). Sum of RGB (Red+Green+Blue) = 240+191+255=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFFF is #0F4000. Grayscale: #D4D4D4. Windows color (decimal): -999425 or 16760816. OLE color: 16760816.

HSL color Cylindrical-coordinate representation of color #F0BFFF: hue angle of 285.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0BFFF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 191 255 -
CMYK 0.06 0.25 0 0
HSL 285.94º 1% 0.87% -
HSV(B) 285.94º 0.25% 1% -
XYZ 72.62 63.01 102.94 -
YUV 212.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 240 191 255 0.06 0.25 0 0 285.94 1 0.87
Hex F0 BF FF 6 19 0 0 11E 64 57
Octal 360 277 377 6 31 0 0 436 144 127
Binary 11110000 10111111 11111111 110 11001 0 0 100011110 1100100 1010111

Color Harmonies of #F0BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFFF

Black with #F0BFFF

Text Example


Text Example

White with #F0BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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