#F8C0FF

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

Shades of Mauve #F8C0FF

Tints of Mauve #F8C0FF

Color information

#F8C0FF (or 0xF8C0FF) is unknown color: approx Mauve. HEX triplet: F8, C0 and FF. RGB value is (248,192,255). Sum of RGB (Red+Green+Blue) = 248+192+255=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 192 (75.39% from 255 or 27.63% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0FF is #073F00. Grayscale: #D7D7D7. Windows color (decimal): -474881 or 16761080. OLE color: 16761080.

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

Color convert

RGB248192255-
CMYK0.030.2500
HSL293.33º100%87.65%-
HSV(B)293.33º24.71%100%-
XYZ75.6164.88103.14-
YUV215.93150.05150.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.68%
GREEN value IS 192 (75.39% from 255) = 27.63%
BLUE value IS 255 (100% from 255) = 36.69%
R=35.68%
G=27.63%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481922550.030.2500293.3310087.65
HexF8C0FF319001256458
Octal37030037733100445144130
Binary11111000110000001111111111110010010010010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0FF; }

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

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

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

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

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

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

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

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