#F3C5FF

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

Shades of Mauve #F3C5FF

Tints of Mauve #F3C5FF

Color information

#F3C5FF (or 0xF3C5FF) is unknown color: approx Mauve. HEX triplet: F3, C5 and FF. RGB value is (243,197,255). Sum of RGB (Red+Green+Blue) = 243+197+255=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 197 (77.34% from 255 or 28.35% 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 #F3C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C5FF is #0C3A00. Grayscale: #D9D9D9. Windows color (decimal): -801281 or 16762355. OLE color: 16762355.

HSL color Cylindrical-coordinate representation of color #F3C5FF: hue angle of 287.59º 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 #F3C5FF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243197255-
CMYK0.050.2300
HSL287.59º100%88.63%-
HSV(B)287.59º22.75%100%-
XYZ74.9866.21103.44-
YUV217.37149.24146.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 197 (77.34% from 255) = 28.35%
BLUE value IS 255 (100% from 255) = 36.69%
R=34.96%
G=28.35%
B=36.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431972550.050.2300287.5910088.63
HexF3C5FF517001206459
Octal36330537752700440144131
Binary111100111100010111111111101101110010010000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C5FF; }

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

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

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

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

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

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

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

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