#F8BDAE

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

Shades of Melon #F8BDAE

Tints of Melon #F8BDAE

Color information

#F8BDAE (or 0xF8BDAE) is unknown color: approx Melon. HEX triplet: F8, BD and AE. RGB value is (248,189,174). Sum of RGB (Red+Green+Blue) = 248+189+174=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BDAE is #074251. Grayscale: #CDCDCD. Windows color (decimal): -475730 or 11451896. OLE color: 11451896.

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

Color convert

RGB248189174-
CMYK00.240.300.03
HSL12.16º84.09%82.75%-
HSV(B)12.16º29.84%97.25%-
XYZ64.5559.4148.11-
YUV204.93110.55158.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=40.59%
G=30.93%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818917400.240.300.0312.1684.0982.75
HexF8BDAE0181E3c5453
Octal37027525603036314124123
Binary1111100010111101101011100110001111011110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDAE; }

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

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

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

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

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

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

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

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