#F2C1FF

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

Shades of Mauve #F2C1FF

Tints of Mauve #F2C1FF

Color information

#F2C1FF (or 0xF2C1FF) is unknown color: approx Mauve. HEX triplet: F2, C1 and FF. RGB value is (242,193,255). Sum of RGB (Red+Green+Blue) = 242+193+255=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 193 (75.78% from 255 or 27.97% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2C1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1FF is #0D3E00. Grayscale: #D6D6D6. Windows color (decimal): -867841 or 16761330. OLE color: 16761330.

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

Color convert

RGB242193255-
CMYK0.050.2400
HSL287.42º100%87.84%-
HSV(B)287.42º24.31%100%-
XYZ73.7464.24103.12-
YUV214.72150.73147.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 193 (75.78% from 255) = 27.97%
BLUE value IS 255 (100% from 255) = 36.96%
R=35.07%
G=27.97%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421932550.050.2400287.4210087.84
HexF2C1FF5180011f6458
Octal36230137753000437144130
Binary111100101100000111111111101110000010001111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1FF; }

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

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

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

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

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

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

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

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