#F2ADF9

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

Shades of Mauve #F2ADF9

Tints of Mauve #F2ADF9

Color information

#F2ADF9 (or 0xF2ADF9) is unknown color: approx Mauve. HEX triplet: F2, AD and F9. RGB value is (242,173,249). Sum of RGB (Red+Green+Blue) = 242+173+249=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2ADF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADF9 is #0D5206. Grayscale: #CACACA. Windows color (decimal): -872967 or 16362994. OLE color: 16362994.

HSL color Cylindrical-coordinate representation of color #F2ADF9: hue angle of 294.47º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2ADF9 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242173249-
CMYK0.030.3100.02
HSL294.47º86.36%82.75%-
HSV(B)294.47º30.52%97.65%-
XYZ68.6655.696.74-
YUV202.3154.36156.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 173 (67.97% from 255) = 26.05%
BLUE value IS 249 (97.66% from 255) = 37.5%
R=36.45%
G=26.05%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421732490.030.3100.02294.4786.3682.75
HexF2ADF931F021265653
Octal36225537133702446126123
Binary111100101010110111111001111111101010010011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADF9; }

 p { color: rgb(242,173,249); }

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

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

 a { background-color: rgb(242,173,249); }

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

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

 span { border-color: rgb(242,173,249); }

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