#F8BEAE

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

Shades of Melon #F8BEAE

Tints of Melon #F8BEAE

Color information

#F8BEAE (or 0xF8BEAE) is unknown color: approx Melon. HEX triplet: F8, BE and AE. RGB value is (248,190,174). Sum of RGB (Red+Green+Blue) = 248+190+174=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BEAE is #074151. Grayscale: #CDCDCD. Windows color (decimal): -475474 or 11452152. OLE color: 11452152.

HSL color Cylindrical-coordinate representation of color #F8BEAE: hue angle of 12.97º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8BEAE is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248190174-
CMYK00.230.300.03
HSL12.97º84.09%82.75%-
HSV(B)12.97º29.84%97.25%-
XYZ64.7659.8448.18-
YUV205.52110.22158.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=40.52%
G=31.05%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819017400.230.300.0312.9784.0982.75
HexF8BEAE0171E3d5453
Octal37027625602736315124123
Binary1111100010111110101011100101111111011110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEAE; }

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

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

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

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

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

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

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

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