#F1C4FD

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

Shades of Mauve #F1C4FD

Tints of Mauve #F1C4FD

Color information

#F1C4FD (or 0xF1C4FD) is unknown color: approx Mauve. HEX triplet: F1, C4 and FD. RGB value is (241,196,253). Sum of RGB (Red+Green+Blue) = 241+196+253=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 196 (76.95% from 255 or 28.41% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1C4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4FD is #0E3B02. Grayscale: #D7D7D7. Windows color (decimal): -932611 or 16631025. OLE color: 16631025.

HSL color Cylindrical-coordinate representation of color #F1C4FD: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1C4FD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241196253-
CMYK0.050.2300.01
HSL287.37º93.44%88.04%-
HSV(B)287.37º22.53%99.22%-
XYZ73.7565.27101.64-
YUV215.95148.91145.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 196 (76.95% from 255) = 28.41%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=34.93%
G=28.41%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411962530.050.2300.01287.3793.4488.04
HexF1C4FD5170111f5d58
Octal36130437552701437135130
Binary111100011100010011111101101101110110001111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4FD; }

 p { color: rgb(241,196,253); }

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

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

 a { background-color: rgb(241,196,253); }

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

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

 span { border-color: rgb(241,196,253); }

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