#F8BDB1

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

Shades of Melon #F8BDB1

Tints of Melon #F8BDB1

Color information

#F8BDB1 (or 0xF8BDB1) is unknown color: approx Melon. HEX triplet: F8, BD and B1. RGB value is (248,189,177). Sum of RGB (Red+Green+Blue) = 248+189+177=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BDB1 is #07424E. Grayscale: #CDCDCD. Windows color (decimal): -475727 or 11648504. OLE color: 11648504.

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

Color convert

RGB248189177-
CMYK00.240.290.03
HSL10.14º83.53%83.33%-
HSV(B)10.14º28.63%97.25%-
XYZ64.8459.5349.67-
YUV205.27112.05158.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 177 (69.53% from 255) = 28.83%
R=40.39%
G=30.78%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818917700.240.290.0310.1483.5383.33
HexF8BDB10181D3a5453
Octal37027526103035312124123
Binary1111100010111101101100010110001110111101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDB1; }

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

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

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

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

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

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

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

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