#FBB6AF

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

Shades of Melon #FBB6AF

Tints of Melon #FBB6AF

Color information

#FBB6AF (or 0xFBB6AF) is unknown color: approx Melon. HEX triplet: FB, B6 and AF. RGB value is (251,182,175). Sum of RGB (Red+Green+Blue) = 251+182+175=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6AF is #044950. Grayscale: #C9C9C9. Windows color (decimal): -280913 or 11515643. OLE color: 11515643.

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

Color convert

RGB251182175-
CMYK00.270.300.02
HSL5.53º90.48%83.53%-
HSV(B)5.53º30.28%98.43%-
XYZ64.2557.0648.18-
YUV201.83112.86163.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=41.28%
G=29.93%
B=28.78%

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
Decimal25118217500.270.300.025.5390.4883.53
HexFBB6AF01B1E265a54
Octal3732662570333626132124
Binary111110111011011010101111011011111101011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6AF; }

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

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

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

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

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

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

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

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