#FB98AB

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

Shades of Mauvelous #FB98AB

Tints of Mauvelous #FB98AB

Color information

#FB98AB (or 0xFB98AB) is unknown color: approx Mauvelous. HEX triplet: FB, 98 and AB. RGB value is (251,152,171). Sum of RGB (Red+Green+Blue) = 251+152+171=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB98AB is #046754. Grayscale: #B7B7B7. Windows color (decimal): -288597 or 11245819. OLE color: 11245819.

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

Color convert

RGB251152171-
CMYK00.390.320.02
HSL348.48º92.52%79.02%-
HSV(B)348.48º39.44%98.43%-
XYZ58.3645.9144.31-
YUV183.77120.8175.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.73%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=43.73%
G=26.48%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115217100.390.320.02348.4892.5279.02
HexFB98AB02720215c5d4f
Octal373230253047402534135117
Binary11111011100110001010101101001111000001010101110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98AB; }

 p { color: rgb(251,152,171); }

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

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

 a { background-color: rgb(251,152,171); }

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

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

 span { border-color: rgb(251,152,171); }

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