#F0B8FF

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

Shades of Mauve #F0B8FF

Tints of Mauve #F0B8FF

Color information

#F0B8FF (or 0xF0B8FF) is unknown color: approx Mauve. HEX triplet: F0, B8 and FF. RGB value is (240,184,255). Sum of RGB (Red+Green+Blue) = 240+184+255=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8FF is #0F4700. Grayscale: #D0D0D0. Windows color (decimal): -1001217 or 16759024. OLE color: 16759024.

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

Color convert

RGB240184255-
CMYK0.060.2800
HSL287.32º100%86.08%-
HSV(B)287.32º27.84%100%-
XYZ71.1360.03102.45-
YUV208.84154.05150.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 184 (72.27% from 255) = 27.10%
BLUE value IS 255 (100% from 255) = 37.56%
R=35.35%
G=27.10%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401842550.060.2800287.3210086.08
HexF0B8FF61C0011f6456
Octal36027037763400437144126
Binary111100001011100011111111110111000010001111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B8FF; }

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

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

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

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

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

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

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

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