#F8BFFD

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

Shades of Mauve #F8BFFD

Tints of Mauve #F8BFFD

Color information

#F8BFFD (or 0xF8BFFD) is unknown color: approx Mauve. HEX triplet: F8, BF and FD. RGB value is (248,191,253). Sum of RGB (Red+Green+Blue) = 248+191+253=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 191 (75% from 255 or 27.60% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFFD is #074002. Grayscale: #D6D6D6. Windows color (decimal): -475139 or 16629752. OLE color: 16629752.

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

Color convert

RGB248191253-
CMYK0.020.2500.01
HSL295.16º93.94%87.06%-
HSV(B)295.16º24.51%99.22%-
XYZ75.0764.31101.38-
YUV215.11149.38151.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.84%
GREEN value IS 191 (75% from 255) = 27.60%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=35.84%
G=27.60%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481912530.020.2500.01295.1693.9487.06
HexF8BFFD219011275e57
Octal37027737523101447136127
Binary11111000101111111111110110110010110010011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BFFD; }

 p { color: rgb(248,191,253); }

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

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

 a { background-color: rgb(248,191,253); }

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

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

 span { border-color: rgb(248,191,253); }

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