#FB8FA4

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

Shades of Mauvelous #FB8FA4

Tints of Mauvelous #FB8FA4

Color information

#FB8FA4 (or 0xFB8FA4) is unknown color: approx Mauvelous. HEX triplet: FB, 8F and A4. RGB value is (251,143,164). Sum of RGB (Red+Green+Blue) = 251+143+164=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FA4 is #04705B. Grayscale: #B1B1B1. Windows color (decimal): -290908 or 10784763. OLE color: 10784763.

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

Color convert

RGB251143164-
CMYK00.430.350.02
HSL348.33º93.1%77.25%-
HSV(B)348.33º43.03%98.43%-
XYZ56.3142.8340.42-
YUV177.69120.28180.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 164 (64.45% from 255) = 29.39%
R=44.98%
G=25.63%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114316400.430.350.02348.3393.177.25
HexFB8FA402B23215c5d4d
Octal373217244053432534135115
Binary11111011100011111010010001010111000111010101110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FA4; }

 p { color: rgb(251,143,164); }

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

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

 a { background-color: rgb(251,143,164); }

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

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

 span { border-color: rgb(251,143,164); }

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