#F4ADFD

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

Shades of Mauve #F4ADFD

Tints of Mauve #F4ADFD

Color information

#F4ADFD (or 0xF4ADFD) is unknown color: approx Mauve. HEX triplet: F4, AD and FD. RGB value is (244,173,253). Sum of RGB (Red+Green+Blue) = 244+173+253=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ADFD is #0B5202. Grayscale: #CBCBCB. Windows color (decimal): -741891 or 16625140. OLE color: 16625140.

HSL color Cylindrical-coordinate representation of color #F4ADFD: hue angle of 293.25º 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 #F4ADFD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244173253-
CMYK0.040.3200.01
HSL293.25º95.24%83.53%-
HSV(B)293.25º31.62%99.22%-
XYZ69.9856.21100.09-
YUV203.35156.02157-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.42%
GREEN value IS 173 (67.97% from 255) = 25.82%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=36.42%
G=25.82%
B=37.76%

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
Decimal2441732530.040.3200.01293.2595.2483.53
HexF4ADFD420011255f54
Octal36425537544001445137124
Binary1111010010101101111111011001000000110010010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADFD; }

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

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

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

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

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

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

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

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