#F8B7B4

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

Shades of Melon #F8B7B4

Tints of Melon #F8B7B4

Color information

#F8B7B4 (or 0xF8B7B4) is unknown color: approx Melon. HEX triplet: F8, B7 and B4. RGB value is (248,183,180). Sum of RGB (Red+Green+Blue) = 248+183+180=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7B4 is #07484B. Grayscale: #CACACA. Windows color (decimal): -477260 or 11843576. OLE color: 11843576.

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

Color convert

RGB248183180-
CMYK00.260.270.03
HSL2.65º82.93%83.92%-
HSV(B)2.65º27.42%97.25%-
XYZ63.8857.1250.84-
YUV202.09115.53160.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=40.59%
G=29.95%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818318000.260.270.032.6582.9383.92
HexF8B7B401A1B335354
Octal3702672640323333123124
Binary11111000101101111011010001101011011111110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B7B4; }

 p { color: rgb(248,183,180); }

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

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

 a { background-color: rgb(248,183,180); }

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

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

 span { border-color: rgb(248,183,180); }

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