#F2ADFD

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

Shades of Mauve #F2ADFD

Tints of Mauve #F2ADFD

Color information

#F2ADFD (or 0xF2ADFD) is unknown color: approx Mauve. HEX triplet: F2, AD and FD. RGB value is (242,173,253). Sum of RGB (Red+Green+Blue) = 242+173+253=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADFD is #0D5202. Grayscale: #CACACA. Windows color (decimal): -872963 or 16625138. OLE color: 16625138.

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

Color convert

RGB242173253-
CMYK0.040.3200.01
HSL291.75º95.24%83.53%-
HSV(B)291.75º31.62%99.22%-
XYZ69.2955.86100.06-
YUV202.75156.36156-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.23%
GREEN value IS 173 (67.97% from 255) = 25.90%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=36.23%
G=25.90%
B=37.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421732530.040.3200.01291.7595.2483.53
HexF2ADFD420011245f54
Octal36225537544001444137124
Binary1111001010101101111111011001000000110010010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADFD; }

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

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

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

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

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

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

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

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