#FCBBA5

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

Shades of Melon #FCBBA5

Tints of Melon #FCBBA5

Color information

#FCBBA5 (or 0xFCBBA5) is unknown color: approx Melon. HEX triplet: FC, BB and A5. RGB value is (252,187,165). Sum of RGB (Red+Green+Blue) = 252+187+165=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA5 is #03445A. Grayscale: #CCCCCC. Windows color (decimal): -214107 or 10861564. OLE color: 10861564.

HSL color Cylindrical-coordinate representation of color #FCBBA5: hue angle of 15.17º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCBBA5 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252187165-
CMYK00.260.350.01
HSL15.17º93.55%81.76%-
HSV(B)15.17º34.52%98.82%-
XYZ64.7158.9543.57-
YUV203.93106.03162.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=41.72%
G=30.96%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218716500.260.350.0115.1793.5581.76
HexFCBBA501A231f5e52
Octal37427324503243117136122
Binary1111110010111011101001010110101000111111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBA5; }

 p { color: rgb(252,187,165); }

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

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

 a { background-color: rgb(252,187,165); }

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

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

 span { border-color: rgb(252,187,165); }

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