#F8BFAA

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

Shades of Melon #F8BFAA

Tints of Melon #F8BFAA

Color information

#F8BFAA (or 0xF8BFAA) is unknown color: approx Melon. HEX triplet: F8, BF and AA. RGB value is (248,191,170). Sum of RGB (Red+Green+Blue) = 248+191+170=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BFAA is #074055. Grayscale: #CDCDCD. Windows color (decimal): -475222 or 11190264. OLE color: 11190264.

HSL color Cylindrical-coordinate representation of color #F8BFAA: hue angle of 16.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8BFAA is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248191170-
CMYK00.230.310.03
HSL16.15º84.78%81.96%-
HSV(B)16.15º31.45%97.25%-
XYZ64.660.1246.23-
YUV205.65107.88158.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=40.72%
G=31.36%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819117000.230.310.0316.1584.7881.96
HexF8BFAA0171F3105552
Octal37027725202737320125122
Binary11111000101111111010101001011111111111000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BFAA; }

 p { color: rgb(248,191,170); }

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

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

 a { background-color: rgb(248,191,170); }

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

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

 span { border-color: rgb(248,191,170); }

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