#F48DAB

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

Shades of Mauvelous #F48DAB

Tints of Mauvelous #F48DAB

Color information

#F48DAB (or 0xF48DAB) is unknown color: approx Mauvelous. HEX triplet: F4, 8D and AB. RGB value is (244,141,171). Sum of RGB (Red+Green+Blue) = 244+141+171=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48DAB is #0B7254. Grayscale: #AFAFAF. Windows color (decimal): -750165 or 11242996. OLE color: 11242996.

HSL color Cylindrical-coordinate representation of color #F48DAB: hue angle of 342.52º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DAB is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244141171-
CMYK00.420.300.04
HSL342.52º82.4%75.49%-
HSV(B)342.52º42.21%95.69%-
XYZ54.1841.2243.63-
YUV175.22125.62177.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.88%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=43.88%
G=25.36%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414117100.420.300.04342.5282.475.49
HexF48DAB02A1E4157524b
Octal364215253052364527122113
Binary11110100100011011010101101010101111010010101011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DAB; }

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

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

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

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

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

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

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

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