#F5C2FE

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

Shades of Mauve #F5C2FE

Tints of Mauve #F5C2FE

Color information

#F5C2FE (or 0xF5C2FE) is unknown color: approx Mauve. HEX triplet: F5, C2 and FE. RGB value is (245,194,254). Sum of RGB (Red+Green+Blue) = 245+194+254=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 194 (76.17% from 255 or 27.99% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C2FE is #0A3D01. Grayscale: #D7D7D7. Windows color (decimal): -670978 or 16696053. OLE color: 16696053.

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

Color convert

RGB245194254-
CMYK0.040.2400.00
HSL291º96.77%87.84%-
HSV(B)291º23.62%99.61%-
XYZ74.8465.15102.4-
YUV216.09149.4148.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.35%
GREEN value IS 194 (76.17% from 255) = 27.99%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=35.35%
G=27.99%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451942540.040.2400.0029196.7787.84
HexF5C2FE418001236158
Octal36530237643000443141130
Binary111101011100001011111110100110000010010001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C2FE; }

 p { color: rgb(245,194,254); }

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

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

 a { background-color: rgb(245,194,254); }

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

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

 span { border-color: rgb(245,194,254); }

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