#F8B8FF

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

Shades of Mauve #F8B8FF

Tints of Mauve #F8B8FF

Color information

#F8B8FF (or 0xF8B8FF) is unknown color: approx Mauve. HEX triplet: F8, B8 and FF. RGB value is (248,184,255). Sum of RGB (Red+Green+Blue) = 248+184+255=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B8FF is #074700. Grayscale: #D3D3D3. Windows color (decimal): -476929 or 16759032. OLE color: 16759032.

HSL color Cylindrical-coordinate representation of color #F8B8FF: hue angle of 294.08º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B8FF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB248184255-
CMYK0.030.2800
HSL294.08º100%86.08%-
HSV(B)294.08º27.84%100%-
XYZ73.961.46102.58-
YUV211.23152.7154.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 184 (72.27% from 255) = 26.78%
BLUE value IS 255 (100% from 255) = 37.12%
R=36.10%
G=26.78%
B=37.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481842550.030.2800294.0810086.08
HexF8B8FF31C001266456
Octal37027037733400446144126
Binary11111000101110001111111111111000010010011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B8FF; }

 p { color: rgb(248,184,255); }

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

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

 a { background-color: rgb(248,184,255); }

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

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

 span { border-color: rgb(248,184,255); }

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