#F8BEAA

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

Shades of Melon #F8BEAA

Tints of Melon #F8BEAA

Color information

#F8BEAA (or 0xF8BEAA) is unknown color: approx Melon. HEX triplet: F8, BE and AA. RGB value is (248,190,170). Sum of RGB (Red+Green+Blue) = 248+190+170=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BEAA is #074155. Grayscale: #CDCDCD. Windows color (decimal): -475478 or 11190008. OLE color: 11190008.

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

Color convert

RGB248190170-
CMYK00.230.310.03
HSL15.38º84.78%81.96%-
HSV(B)15.38º31.45%97.25%-
XYZ64.3859.6946.16-
YUV205.06108.22158.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=40.79%
G=31.25%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819017000.230.310.0315.3884.7881.96
HexF8BEAA0171F3f5552
Octal37027625202737317125122
Binary1111100010111110101010100101111111111111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEAA; }

 p { color: rgb(248,190,170); }

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

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

 a { background-color: rgb(248,190,170); }

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

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

 span { border-color: rgb(248,190,170); }

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