#F8C3FF

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

Shades of Mauve #F8C3FF

Tints of Mauve #F8C3FF

Color information

#F8C3FF (or 0xF8C3FF) is unknown color: approx Mauve. HEX triplet: F8, C3 and FF. RGB value is (248,195,255). Sum of RGB (Red+Green+Blue) = 248+195+255=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 195 (76.56% from 255 or 27.94% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C3FF is #073C00. Grayscale: #D9D9D9. Windows color (decimal): -474113 or 16761848. OLE color: 16761848.

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

Color convert

RGB248195255-
CMYK0.030.2400
HSL293º100%88.24%-
HSV(B)293º23.53%100%-
XYZ76.2866.21103.37-
YUV217.69149.06149.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.53%
GREEN value IS 195 (76.56% from 255) = 27.94%
BLUE value IS 255 (100% from 255) = 36.53%
R=35.53%
G=27.94%
B=36.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481952550.030.240029310088.24
HexF8C3FF318001256458
Octal37030337733000445144130
Binary11111000110000111111111111110000010010010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C3FF; }

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

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

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

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

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

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

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

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