#FBB6AE

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

Shades of Melon #FBB6AE

Tints of Melon #FBB6AE

Color information

#FBB6AE (or 0xFBB6AE) is unknown color: approx Melon. HEX triplet: FB, B6 and AE. RGB value is (251,182,174). Sum of RGB (Red+Green+Blue) = 251+182+174=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6AE is #044951. Grayscale: #C9C9C9. Windows color (decimal): -280914 or 11450107. OLE color: 11450107.

HSL color Cylindrical-coordinate representation of color #FBB6AE: hue angle of 6.23º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBB6AE is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251182174-
CMYK00.270.310.02
HSL6.23º90.59%83.33%-
HSV(B)6.23º30.68%98.43%-
XYZ64.1557.0247.67-
YUV201.72112.36163.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=41.35%
G=29.98%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118217400.270.310.026.2390.5983.33
HexFBB6AE01B1F265b53
Octal3732662560333726133123
Binary111110111011011010101110011011111111011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6AE; }

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

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

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

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

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

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

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

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