#FBC3AD

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

Shades of Melon #FBC3AD

Tints of Melon #FBC3AD

Color information

#FBC3AD (or 0xFBC3AD) is unknown color: approx Melon. HEX triplet: FB, C3 and AD. RGB value is (251,195,173). Sum of RGB (Red+Green+Blue) = 251+195+173=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3AD is #043C52. Grayscale: #D1D1D1. Windows color (decimal): -277587 or 11387899. OLE color: 11387899.

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

Color convert

RGB251195173-
CMYK00.220.310.02
HSL16.92º90.7%83.14%-
HSV(B)16.92º31.08%98.43%-
XYZ66.8462.5648.09-
YUV209.24107.55157.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 195 (76.56% from 255) = 31.50%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=40.55%
G=31.50%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119517300.220.310.0216.9290.783.14
HexFBC3AD0161F2115b53
Octal37330325502637221133123
Binary11111011110000111010110101011011111101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3AD; }

 p { color: rgb(251,195,173); }

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

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

 a { background-color: rgb(251,195,173); }

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

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

 span { border-color: rgb(251,195,173); }

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