#F8BAAE

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

Shades of Melon #F8BAAE

Tints of Melon #F8BAAE

Color information

#F8BAAE (or 0xF8BAAE) is unknown color: approx Melon. HEX triplet: F8, BA and AE. RGB value is (248,186,174). Sum of RGB (Red+Green+Blue) = 248+186+174=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BAAE is #074551. Grayscale: #CBCBCB. Windows color (decimal): -476498 or 11451128. OLE color: 11451128.

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

Color convert

RGB248186174-
CMYK00.250.300.03
HSL9.73º84.09%82.75%-
HSV(B)9.73º29.84%97.25%-
XYZ63.9158.1347.9-
YUV203.17111.54159.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=40.79%
G=30.59%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818617400.250.300.039.7384.0982.75
HexF8BAAE0191E3a5453
Octal37027225603136312124123
Binary1111100010111010101011100110011111011101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAAE; }

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

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

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

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

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

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

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

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