#FBBCA5

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

Shades of Melon #FBBCA5

Tints of Melon #FBBCA5

Color information

#FBBCA5 (or 0xFBBCA5) is unknown color: approx Melon. HEX triplet: FB, BC and A5. RGB value is (251,188,165). Sum of RGB (Red+Green+Blue) = 251+188+165=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCA5 is #04435A. Grayscale: #CCCCCC. Windows color (decimal): -279387 or 10861819. OLE color: 10861819.

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

Color convert

RGB251188165-
CMYK00.250.340.02
HSL16.05º91.49%81.57%-
HSV(B)16.05º34.26%98.43%-
XYZ64.5659.1943.62-
YUV204.21105.87161.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=41.56%
G=31.13%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118816500.250.340.0216.0591.4981.57
HexFBBCA5019222105b52
Octal37327424503142220133122
Binary111110111011110010100101011001100010101000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCA5; }

 p { color: rgb(251,188,165); }

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

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

 a { background-color: rgb(251,188,165); }

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

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

 span { border-color: rgb(251,188,165); }

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