#F2C1FD

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

Shades of Mauve #F2C1FD

Tints of Mauve #F2C1FD

Color information

#F2C1FD (or 0xF2C1FD) is unknown color: approx Mauve. HEX triplet: F2, C1 and FD. RGB value is (242,193,253). Sum of RGB (Red+Green+Blue) = 242+193+253=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 193 (75.78% from 255 or 28.05% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2C1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1FD is #0D3E02. Grayscale: #D6D6D6. Windows color (decimal): -867843 or 16630258. OLE color: 16630258.

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

Color convert

RGB242193253-
CMYK0.040.2400.01
HSL289º93.75%87.45%-
HSV(B)289º23.72%99.22%-
XYZ73.4264.11101.43-
YUV214.49149.73147.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 193 (75.78% from 255) = 28.05%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=35.17%
G=28.05%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421932530.040.2400.0128993.7587.45
HexF2C1FD418011215e57
Octal36230137543001441136127
Binary111100101100000111111101100110000110010000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1FD; }

 p { color: rgb(242,193,253); }

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

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

 a { background-color: rgb(242,193,253); }

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

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

 span { border-color: rgb(242,193,253); }

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