#F0B8FE

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

Shades of Mauve #F0B8FE

Tints of Mauve #F0B8FE

Color information

#F0B8FE (or 0xF0B8FE) is unknown color: approx Mauve. HEX triplet: F0, B8 and FE. RGB value is (240,184,254). Sum of RGB (Red+Green+Blue) = 240+184+254=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8FE is #0F4701. Grayscale: #D0D0D0. Windows color (decimal): -1001218 or 16693488. OLE color: 16693488.

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

Color convert

RGB240184254-
CMYK0.060.2800.00
HSL288º97.22%85.88%-
HSV(B)288º27.56%99.61%-
XYZ70.9759.96101.6-
YUV208.72153.55150.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.40%
GREEN value IS 184 (72.27% from 255) = 27.14%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=35.40%
G=27.14%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401842540.060.2800.0028897.2285.88
HexF0B8FE61C001206156
Octal36027037663400440141126
Binary111100001011100011111110110111000010010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B8FE; }

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

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

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

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

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

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

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

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