#FBB7AF

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

Shades of Melon #FBB7AF

Tints of Melon #FBB7AF

Color information

#FBB7AF (or 0xFBB7AF) is unknown color: approx Melon. HEX triplet: FB, B7 and AF. RGB value is (251,183,175). Sum of RGB (Red+Green+Blue) = 251+183+175=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB7AF is #044850. Grayscale: #CACACA. Windows color (decimal): -280657 or 11515899. OLE color: 11515899.

HSL color Cylindrical-coordinate representation of color #FBB7AF: hue angle of 6.32º 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 #FBB7AF is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251183175-
CMYK00.270.300.02
HSL6.32º90.48%83.53%-
HSV(B)6.32º30.28%98.43%-
XYZ64.4657.4748.25-
YUV202.42112.53162.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=41.22%
G=30.05%
B=28.74%

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
Decimal25118317500.270.300.026.3290.4883.53
HexFBB7AF01B1E265a54
Octal3732672570333626132124
Binary111110111011011110101111011011111101011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7AF; }

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

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

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

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

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

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

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

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