#F8ADFD

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

Shades of Mauve #F8ADFD

Tints of Mauve #F8ADFD

Color information

#F8ADFD (or 0xF8ADFD) is unknown color: approx Mauve. HEX triplet: F8, AD and FD. RGB value is (248,173,253). Sum of RGB (Red+Green+Blue) = 248+173+253=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFD is #075202. Grayscale: #CCCCCC. Windows color (decimal): -479747 or 16625144. OLE color: 16625144.

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

Color convert

RGB248173253-
CMYK0.020.3200.01
HSL296.25º95.24%83.53%-
HSV(B)296.25º31.62%99.22%-
XYZ71.3856.94100.16-
YUV204.54155.35159-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.80%
GREEN value IS 173 (67.97% from 255) = 25.67%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=36.80%
G=25.67%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481732530.020.3200.01296.2595.2483.53
HexF8ADFD220011285f54
Octal37025537524001450137124
Binary111110001010110111111101101000000110010100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADFD; }

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

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

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

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

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

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

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

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