#FB968A

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

Shades of Mona Lisa #FB968A

Tints of Mona Lisa #FB968A

Color information

#FB968A (or 0xFB968A) is unknown color: approx Mona Lisa. HEX triplet: FB, 96 and 8A. RGB value is (251,150,138). Sum of RGB (Red+Green+Blue) = 251+150+138=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB968A is #046975. Grayscale: #B2B2B2. Windows color (decimal): -289142 or 9082619. OLE color: 9082619.

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

Color convert

RGB251150138-
CMYK00.400.450.02
HSL6.37º93.39%76.27%-
HSV(B)6.37º45.02%98.43%-
XYZ55.2844.1629.65-
YUV178.83104.96179.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=46.57%
G=27.83%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115013800.400.450.026.3793.3976.27
HexFB968A0282D265d4c
Octal3732262120505526135114
Binary11111011100101101000101001010001011011011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB968A; }

 p { color: rgb(251,150,138); }

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

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

 a { background-color: rgb(251,150,138); }

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

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

 span { border-color: rgb(251,150,138); }

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