#FBBDAE

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

Shades of Melon #FBBDAE

Tints of Melon #FBBDAE

Color information

#FBBDAE (or 0xFBBDAE) is unknown color: approx Melon. HEX triplet: FB, BD and AE. RGB value is (251,189,174). Sum of RGB (Red+Green+Blue) = 251+189+174=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDAE is #044251. Grayscale: #CDCDCD. Windows color (decimal): -279122 or 11451899. OLE color: 11451899.

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

Color convert

RGB251189174-
CMYK00.250.310.02
HSL11.69º90.59%83.33%-
HSV(B)11.69º30.68%98.43%-
XYZ65.6259.9648.16-
YUV205.83110.04160.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=40.88%
G=30.78%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118917400.250.310.0211.6990.5983.33
HexFBBDAE0191F2c5b53
Octal37327525603137214133123
Binary1111101110111101101011100110011111110110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDAE; }

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

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

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

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

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

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

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

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