#F5C0FE

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

Shades of Mauve #F5C0FE

Tints of Mauve #F5C0FE

Color information

#F5C0FE (or 0xF5C0FE) is unknown color: approx Mauve. HEX triplet: F5, C0 and FE. RGB value is (245,192,254). Sum of RGB (Red+Green+Blue) = 245+192+254=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 192 (75.39% from 255 or 27.79% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0FE is #0A3F01. Grayscale: #D6D6D6. Windows color (decimal): -671490 or 16695541. OLE color: 16695541.

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

Color convert

RGB245192254-
CMYK0.040.2400.00
HSL291.29º96.88%87.45%-
HSV(B)291.29º24.41%99.61%-
XYZ74.464.27102.25-
YUV214.92150.06149.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 192 (75.39% from 255) = 27.79%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=35.46%
G=27.79%
B=36.76%

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
Decimal2451922540.040.2400.00291.2996.8887.45
HexF5C0FE418001236157
Octal36530037643000443141127
Binary111101011100000011111110100110000010010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C0FE; }

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

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

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

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

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

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

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

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