#FBBFAE

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

Shades of Melon #FBBFAE

Tints of Melon #FBBFAE

Color information

#FBBFAE (or 0xFBBFAE) is unknown color: approx Melon. HEX triplet: FB, BF and AE. RGB value is (251,191,174). Sum of RGB (Red+Green+Blue) = 251+191+174=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBFAE is #044051. Grayscale: #CFCFCF. Windows color (decimal): -278610 or 11452411. OLE color: 11452411.

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

Color convert

RGB251191174-
CMYK00.240.310.02
HSL13.25º90.59%83.33%-
HSV(B)13.25º30.68%98.43%-
XYZ66.0560.8348.3-
YUV207109.38159.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=40.75%
G=31.01%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119117400.240.310.0213.2590.5983.33
HexFBBFAE0181F2d5b53
Octal37327725603037215133123
Binary1111101110111111101011100110001111110110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFAE; }

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

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

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

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

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

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

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

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