#F98DAB

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

Shades of Mauvelous #F98DAB

Tints of Mauvelous #F98DAB

Color information

#F98DAB (or 0xF98DAB) is unknown color: approx Mauvelous. HEX triplet: F9, 8D and AB. RGB value is (249,141,171). Sum of RGB (Red+Green+Blue) = 249+141+171=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DAB is #067254. Grayscale: #B0B0B0. Windows color (decimal): -422485 or 11243001. OLE color: 11243001.

HSL color Cylindrical-coordinate representation of color #F98DAB: hue angle of 343.33º 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 #F98DAB is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249141171-
CMYK00.430.310.02
HSL343.33º90%76.47%-
HSV(B)343.33º43.37%97.65%-
XYZ55.9442.1343.71-
YUV176.71124.78179.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.39%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=44.39%
G=25.13%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914117100.430.310.02343.339076.47
HexF98DAB02B1F21575a4c
Octal371215253053372527132114
Binary1111100110001101101010110101011111111010101011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DAB; }

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

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

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

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

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

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

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

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