#FBB8AF

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

Shades of Melon #FBB8AF

Tints of Melon #FBB8AF

Color information

#FBB8AF (or 0xFBB8AF) is unknown color: approx Melon. HEX triplet: FB, B8 and AF. RGB value is (251,184,175). Sum of RGB (Red+Green+Blue) = 251+184+175=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8AF is #044750. Grayscale: #CBCBCB. Windows color (decimal): -280401 or 11516155. OLE color: 11516155.

HSL color Cylindrical-coordinate representation of color #FBB8AF: hue angle of 7.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB8AF is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251184175-
CMYK00.270.300.02
HSL7.11º90.48%83.53%-
HSV(B)7.11º30.28%98.43%-
XYZ64.6657.8948.32-
YUV203.01112.2162.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=41.15%
G=30.16%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118417500.270.300.027.1190.4883.53
HexFBB8AF01B1E275a54
Octal3732702570333627132124
Binary111110111011100010101111011011111101011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8AF; }

 p { color: rgb(251,184,175); }

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

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

 a { background-color: rgb(251,184,175); }

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

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

 span { border-color: rgb(251,184,175); }

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