#FF9692

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

Shades of Mona Lisa #FF9692

Tints of Mona Lisa #FF9692

Color information

#FF9692 (or 0xFF9692) is unknown color: approx Mona Lisa. HEX triplet: FF, 96 and 92. RGB value is (255,150,146). Sum of RGB (Red+Green+Blue) = 255+150+146=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9692 is #00696D. Grayscale: #B5B5B5. Windows color (decimal): -26990 or 9606911. OLE color: 9606911.

HSL color Cylindrical-coordinate representation of color #FF9692: hue angle of 2.2º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF9692 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB255150146-
CMYK00.410.430
HSL2.2º100%78.63%-
HSV(B)2.2º42.75%100%-
XYZ57.3345.1532.89-
YUV180.94108.29180.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=46.28%
G=27.22%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515014600.410.4302.210078.63
HexFF96920292B02644f
Octal3772262220515302144117
Binary111111111001011010010010010100110101101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9692; }

 p { color: rgb(255,150,146); }

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

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

 a { background-color: rgb(255,150,146); }

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

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

 span { border-color: rgb(255,150,146); }

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