#F0B4FE

Color #F0B4FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F0B4FE

Tints of Mauve #F0B4FE

Color information

#F0B4FE (or 0xF0B4FE) is unknown color: approx Mauve. HEX triplet: F0, B4 and FE. RGB value is (240,180,254). Sum of RGB (Red+Green+Blue) = 240+180+254=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B4FE is #0F4B01. Grayscale: #CECECE. Windows color (decimal): -1002242 or 16692464. OLE color: 16692464.

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

Color convert

RGB240180254-
CMYK0.060.2900.00
HSL288.65º97.37%85.1%-
HSV(B)288.65º29.13%99.61%-
XYZ70.1558.32101.33-
YUV206.38154.88151.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.61%
GREEN value IS 180 (70.70% from 255) = 26.71%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=35.61%
G=26.71%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401802540.060.2900.00288.6597.3785.1
HexF0B4FE61D001216155
Octal36026437663500441141125
Binary111100001011010011111110110111010010010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4FE; }

 p { color: rgb(240,180,254); }

 H1.HeaderClassName
 {
   color: #F0B4FE;
 }
 .AnyTagClassName
 {
   color: #F0B4FE;
 }
</style>
background-color css

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

 a { background-color: rgb(240,180,254); }

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

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

 span { border-color: rgb(240,180,254); }

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