#F98DAE

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

Shades of Mauvelous #F98DAE

Tints of Mauvelous #F98DAE

Color information

#F98DAE (or 0xF98DAE) is unknown color: approx Mauvelous. HEX triplet: F9, 8D and AE. RGB value is (249,141,174). Sum of RGB (Red+Green+Blue) = 249+141+174=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DAE is #067251. Grayscale: #B1B1B1. Windows color (decimal): -422482 or 11439609. OLE color: 11439609.

HSL color Cylindrical-coordinate representation of color #F98DAE: hue angle of 341.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DAE is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249141174-
CMYK00.430.300.02
HSL341.67º90%76.47%-
HSV(B)341.67º43.37%97.65%-
XYZ56.2342.2545.23-
YUV177.05126.28179.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.15%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=44.15%
G=25%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914117400.430.300.02341.679076.47
HexF98DAE02B1E21565a4c
Octal371215256053362526132114
Binary1111100110001101101011100101011111101010101011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DAE; }

 p { color: rgb(249,141,174); }

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

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

 a { background-color: rgb(249,141,174); }

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

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

 span { border-color: rgb(249,141,174); }

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