#F8B0FC

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

Shades of Mauve #F8B0FC

Tints of Mauve #F8B0FC

Color information

#F8B0FC (or 0xF8B0FC) is unknown color: approx Mauve. HEX triplet: F8, B0 and FC. RGB value is (248,176,252). Sum of RGB (Red+Green+Blue) = 248+176+252=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 176 (69.14% from 255 or 26.04% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8B0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0FC is #074F03. Grayscale: #CDCDCD. Windows color (decimal): -478980 or 16560376. OLE color: 16560376.

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

Color convert

RGB248176252-
CMYK0.020.3000.01
HSL296.84º92.68%83.92%-
HSV(B)296.84º30.16%98.82%-
XYZ71.8158.0499.51-
YUV206.19153.85157.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 176 (69.14% from 255) = 26.04%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=36.69%
G=26.04%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481762520.020.3000.01296.8492.6883.92
HexF8B0FC21E011295d54
Octal37026037423601451135124
Binary11111000101100001111110010111100110010100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0FC; }

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

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

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

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

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

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

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

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