#FB97AA

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

Shades of Mauvelous #FB97AA

Tints of Mauvelous #FB97AA

Color information

#FB97AA (or 0xFB97AA) is unknown color: approx Mauvelous. HEX triplet: FB, 97 and AA. RGB value is (251,151,170). Sum of RGB (Red+Green+Blue) = 251+151+170=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB97AA is #046855. Grayscale: #B7B7B7. Windows color (decimal): -288854 or 11180027. OLE color: 11180027.

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

Color convert

RGB251151170-
CMYK00.400.320.02
HSL348.6º92.59%78.82%-
HSV(B)348.6º39.84%98.43%-
XYZ58.1145.5443.76-
YUV183.07120.63176.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=43.88%
G=26.40%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115117000.400.320.02348.692.5978.82
HexFB97AA02820215d5d4f
Octal373227252050402535135117
Binary11111011100101111010101001010001000001010101110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97AA; }

 p { color: rgb(251,151,170); }

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

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

 a { background-color: rgb(251,151,170); }

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

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

 span { border-color: rgb(251,151,170); }

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