#F0B9FC

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

Shades of Mauve #F0B9FC

Tints of Mauve #F0B9FC

Color information

#F0B9FC (or 0xF0B9FC) is unknown color: approx Mauve. HEX triplet: F0, B9 and FC. RGB value is (240,185,252). Sum of RGB (Red+Green+Blue) = 240+185+252=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9FC is #0F4603. Grayscale: #D0D0D0. Windows color (decimal): -1000964 or 16562672. OLE color: 16562672.

HSL color Cylindrical-coordinate representation of color #F0B9FC: hue angle of 289.25º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B9FC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240185252-
CMYK0.050.2700.01
HSL289.25º91.78%85.69%-
HSV(B)289.25º26.59%98.82%-
XYZ70.8560.2599.99-
YUV209.08152.22150.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 185 (72.66% from 255) = 27.33%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=35.45%
G=27.33%
B=37.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401852520.050.2700.01289.2591.7885.69
HexF0B9FC51B011215c56
Octal36027137453301441134126
Binary111100001011100111111100101110110110010000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9FC; }

 p { color: rgb(240,185,252); }

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

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

 a { background-color: rgb(240,185,252); }

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

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

 span { border-color: rgb(240,185,252); }

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