#F8ADFC

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

Shades of Mauve #F8ADFC

Tints of Mauve #F8ADFC

Color information

#F8ADFC (or 0xF8ADFC) is unknown color: approx Mauve. HEX triplet: F8, AD and FC. RGB value is (248,173,252). Sum of RGB (Red+Green+Blue) = 248+173+252=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFC is #075203. Grayscale: #CCCCCC. Windows color (decimal): -479748 or 16559608. OLE color: 16559608.

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

Color convert

RGB248173252-
CMYK0.020.3100.01
HSL296.96º92.94%83.33%-
HSV(B)296.96º31.35%98.82%-
XYZ71.2356.8799.32-
YUV204.43154.85159.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.85%
GREEN value IS 173 (67.97% from 255) = 25.71%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=36.85%
G=25.71%
B=37.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481732520.020.3100.01296.9692.9483.33
HexF8ADFC21F011295d53
Octal37025537423701451135123
Binary11111000101011011111110010111110110010100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADFC; }

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

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

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

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

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

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

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

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