#FB8DAF

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

Shades of Mauvelous #FB8DAF

Tints of Mauvelous #FB8DAF

Color information

#FB8DAF (or 0xFB8DAF) is unknown color: approx Mauvelous. HEX triplet: FB, 8D and AF. RGB value is (251,141,175). Sum of RGB (Red+Green+Blue) = 251+141+175=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DAF is #047250. Grayscale: #B1B1B1. Windows color (decimal): -291409 or 11505147. OLE color: 11505147.

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

Color convert

RGB251141175-
CMYK00.440.300.02
HSL341.45º93.22%76.86%-
HSV(B)341.45º43.82%98.43%-
XYZ57.0542.6545.78-
YUV177.77126.44180.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=44.27%
G=24.87%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114117500.440.300.02341.4593.2276.86
HexFB8DAF02C1E21555d4d
Octal373215257054362525135115
Binary1111101110001101101011110101100111101010101010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DAF; }

 p { color: rgb(251,141,175); }

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

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

 a { background-color: rgb(251,141,175); }

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

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

 span { border-color: rgb(251,141,175); }

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