#FB97A5

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

Shades of Mauvelous #FB97A5

Tints of Mauvelous #FB97A5

Color information

#FB97A5 (or 0xFB97A5) is unknown color: approx Mauvelous. HEX triplet: FB, 97 and A5. RGB value is (251,151,165). Sum of RGB (Red+Green+Blue) = 251+151+165=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB97A5 is #04685A. Grayscale: #B6B6B6. Windows color (decimal): -288859 or 10852347. OLE color: 10852347.

HSL color Cylindrical-coordinate representation of color #FB97A5: hue angle of 351.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 #FB97A5 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251151165-
CMYK00.400.340.02
HSL351.6º92.59%78.82%-
HSV(B)351.6º39.84%98.43%-
XYZ57.6445.3641.31-
YUV182.5118.13176.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 165 (64.84% from 255) = 29.10%
R=44.27%
G=26.63%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115116500.400.340.02351.692.5978.82
HexFB97A50282221605d4f
Octal373227245050422540135117
Binary11111011100101111010010101010001000101010110000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97A5; }

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

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

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

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

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

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

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

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