#F2C5FF

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

Shades of Mauve #F2C5FF

Tints of Mauve #F2C5FF

Color information

#F2C5FF (or 0xF2C5FF) is unknown color: approx Mauve. HEX triplet: F2, C5 and FF. RGB value is (242,197,255). Sum of RGB (Red+Green+Blue) = 242+197+255=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 197 (77.34% from 255 or 28.39% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C5FF is #0D3A00. Grayscale: #D8D8D8. Windows color (decimal): -866817 or 16762354. OLE color: 16762354.

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

Color convert

RGB242197255-
CMYK0.050.2300
HSL286.55º100%88.63%-
HSV(B)286.55º22.75%100%-
XYZ74.6366.03103.42-
YUV217.07149.41145.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.87%
GREEN value IS 197 (77.34% from 255) = 28.39%
BLUE value IS 255 (100% from 255) = 36.74%
R=34.87%
G=28.39%
B=36.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421972550.050.2300286.5510088.63
HexF2C5FF5170011f6459
Octal36230537752700437144131
Binary111100101100010111111111101101110010001111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C5FF; }

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

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

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

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

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

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

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

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