#F8B2FC

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

Shades of Mauve #F8B2FC

Tints of Mauve #F8B2FC

Color information

#F8B2FC (or 0xF8B2FC) is unknown color: approx Mauve. HEX triplet: F8, B2 and FC. RGB value is (248,178,252). Sum of RGB (Red+Green+Blue) = 248+178+252=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 178 (69.92% from 255 or 26.25% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8B2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B2FC is #074D03. Grayscale: #CFCFCF. Windows color (decimal): -478468 or 16560888. OLE color: 16560888.

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

Color convert

RGB248178252-
CMYK0.020.2900.01
HSL296.76º92.5%84.31%-
HSV(B)296.76º29.37%98.82%-
XYZ72.258.8399.64-
YUV207.37153.19156.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 178 (69.92% from 255) = 26.25%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=36.58%
G=26.25%
B=37.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481782520.020.2900.01296.7692.584.31
HexF8B2FC21D011295c54
Octal37026237423501451134124
Binary11111000101100101111110010111010110010100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B2FC; }

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

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

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

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

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

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

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

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