#F8B9B1

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

Shades of Melon #F8B9B1

Tints of Melon #F8B9B1

Color information

#F8B9B1 (or 0xF8B9B1) is unknown color: approx Melon. HEX triplet: F8, B9 and B1. RGB value is (248,185,177). Sum of RGB (Red+Green+Blue) = 248+185+177=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B9B1 is #07464E. Grayscale: #CBCBCB. Windows color (decimal): -476751 or 11647480. OLE color: 11647480.

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

Color convert

RGB248185177-
CMYK00.250.290.03
HSL6.76º83.53%83.33%-
HSV(B)6.76º28.63%97.25%-
XYZ6457.8349.38-
YUV202.92113.37160.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 185 (72.66% from 255) = 30.33%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=40.66%
G=30.33%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818517700.250.290.036.7683.5383.33
HexF8B9B10191D375453
Octal3702712610313537124123
Binary111110001011100110110001011001111011111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9B1; }

 p { color: rgb(248,185,177); }

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

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

 a { background-color: rgb(248,185,177); }

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

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

 span { border-color: rgb(248,185,177); }

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