#FB9CAA

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

Shades of Mauvelous #FB9CAA

Tints of Mauvelous #FB9CAA

Color information

#FB9CAA (or 0xFB9CAA) is unknown color: approx Mauvelous. HEX triplet: FB, 9C and AA. RGB value is (251,156,170). Sum of RGB (Red+Green+Blue) = 251+156+170=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9CAA is #046355. Grayscale: #BABABA. Windows color (decimal): -287574 or 11181307. OLE color: 11181307.

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

Color convert

RGB251156170-
CMYK00.380.320.02
HSL351.16º92.23%79.8%-
HSV(B)351.16º37.85%98.43%-
XYZ58.9347.1944.03-
YUV186118.97174.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=43.50%
G=27.04%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115617000.380.320.02351.1692.2379.8
HexFB9CAA02620215f5c50
Octal373234252046402537134120
Binary11111011100111001010101001001101000001010101111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9CAA; }

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

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

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

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

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

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

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

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