#F8BAAB

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

Shades of Melon #F8BAAB

Tints of Melon #F8BAAB

Color information

#F8BAAB (or 0xF8BAAB) is unknown color: approx Melon. HEX triplet: F8, BA and AB. RGB value is (248,186,171). Sum of RGB (Red+Green+Blue) = 248+186+171=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BAAB is #074554. Grayscale: #CACACA. Windows color (decimal): -476501 or 11254520. OLE color: 11254520.

HSL color Cylindrical-coordinate representation of color #F8BAAB: hue angle of 11.69º 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 #F8BAAB is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248186171-
CMYK00.250.310.03
HSL11.69º84.62%82.16%-
HSV(B)11.69º31.05%97.25%-
XYZ63.6258.0146.37-
YUV202.83110.04160.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=40.99%
G=30.74%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818617100.250.310.0311.6984.6282.16
HexF8BAAB0191F3c5552
Octal37027225303137314125122
Binary1111100010111010101010110110011111111110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAAB; }

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

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

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

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

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

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

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

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