#F8B8AB

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

Shades of Melon #F8B8AB

Tints of Melon #F8B8AB

Color information

#F8B8AB (or 0xF8B8AB) is unknown color: approx Melon. HEX triplet: F8, B8 and AB. RGB value is (248,184,171). Sum of RGB (Red+Green+Blue) = 248+184+171=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B8AB is #074754. Grayscale: #C9C9C9. Windows color (decimal): -477013 or 11254008. OLE color: 11254008.

HSL color Cylindrical-coordinate representation of color #F8B8AB: hue angle of 10.13º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8B8AB is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248184171-
CMYK00.260.310.03
HSL10.13º84.62%82.16%-
HSV(B)10.13º31.05%97.25%-
XYZ63.257.1846.23-
YUV201.65110.7161.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=41.13%
G=30.51%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818417100.260.310.0310.1384.6282.16
HexF8B8AB01A1F3a5552
Octal37027025303237312125122
Binary1111100010111000101010110110101111111101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B8AB; }

 p { color: rgb(248,184,171); }

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

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

 a { background-color: rgb(248,184,171); }

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

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

 span { border-color: rgb(248,184,171); }

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