#F8A28D

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

Shades of Mona Lisa #F8A28D

Tints of Mona Lisa #F8A28D

Color information

#F8A28D (or 0xF8A28D) is unknown color: approx Mona Lisa. HEX triplet: F8, A2 and 8D. RGB value is (248,162,141). Sum of RGB (Red+Green+Blue) = 248+162+141=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A28D is #075D72. Grayscale: #B9B9B9. Windows color (decimal): -482675 or 9282296. OLE color: 9282296.

HSL color Cylindrical-coordinate representation of color #F8A28D: hue angle of 11.78º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8A28D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248162141-
CMYK00.350.430.03
HSL11.78º88.43%76.27%-
HSV(B)11.78º43.15%97.25%-
XYZ56.4447.7231.44-
YUV185.32102.99172.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 141 (55.47% from 255) = 25.59%
R=45.01%
G=29.40%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816214100.350.430.0311.7888.4376.27
HexF8A28D0232B3c584c
Octal37024221504353314130114
Binary111110001010001010001101010001110101111110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A28D; }

 p { color: rgb(248,162,141); }

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

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

 a { background-color: rgb(248,162,141); }

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

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

 span { border-color: rgb(248,162,141); }

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