#F8BBFC

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

Shades of Mauve #F8BBFC

Tints of Mauve #F8BBFC

Color information

#F8BBFC (or 0xF8BBFC) is unknown color: approx Mauve. HEX triplet: F8, BB and FC. RGB value is (248,187,252). Sum of RGB (Red+Green+Blue) = 248+187+252=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBFC is #074403. Grayscale: #D4D4D4. Windows color (decimal): -476164 or 16563192. OLE color: 16563192.

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

Color convert

RGB248187252-
CMYK0.020.2600.01
HSL296.31º91.55%86.08%-
HSV(B)296.31º25.79%98.82%-
XYZ74.0562.53100.26-
YUV212.65150.21153.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 187 (73.44% from 255) = 27.22%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=36.10%
G=27.22%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481872520.020.2600.01296.3191.5586.08
HexF8BBFC21A011285c56
Octal37027337423201450134126
Binary11111000101110111111110010110100110010100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBFC; }

 p { color: rgb(248,187,252); }

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

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

 a { background-color: rgb(248,187,252); }

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

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

 span { border-color: rgb(248,187,252); }

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