#f4c5ff

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

Shades of Mauve #F4C5FF

Tints of Mauve #F4C5FF

Color information

#F4C5FF (or 0xF4C5FF) is unknown color: approx Mauve. HEX triplet: F4, C5 and FF. RGB value is (244,197,255). Sum of RGB (Red+Green+Blue) = 244+197+255=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 197 (77.34% from 255 or 28.30% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C5FF is #0B3A00. Grayscale: #D9D9D9. Windows color (decimal): -735745 or 16762356. OLE color: 16762356.

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

Color convert

RGB244197255-
CMYK0.040.2300
HSL288.62º100%88.63%-
HSV(B)288.62º22.75%100%-
XYZ75.3266.39103.45-
YUV217.66149.07146.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.06%
GREEN value IS 197 (77.34% from 255) = 28.30%
BLUE value IS 255 (100% from 255) = 36.64%
R=35.06%
G=28.30%
B=36.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441972550.040.2300288.6210088.63
HexF4C5FF417001216459
Octal36430537742700441144131
Binary111101001100010111111111100101110010010000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4c5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4c5ff; }

 p { color: rgb(244,197,255); }

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

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

 a { background-color: rgb(244,197,255); }

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

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

 span { border-color: rgb(244,197,255); }

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