#FCBAA9

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

Shades of Melon #FCBAA9

Tints of Melon #FCBAA9

Color information

#FCBAA9 (or 0xFCBAA9) is unknown color: approx Melon. HEX triplet: FC, BA and A9. RGB value is (252,186,169). Sum of RGB (Red+Green+Blue) = 252+186+169=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAA9 is #034556. Grayscale: #CBCBCB. Windows color (decimal): -214359 or 11123452. OLE color: 11123452.

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

Color convert

RGB252186169-
CMYK00.260.330.01
HSL12.29º93.26%82.55%-
HSV(B)12.29º32.94%98.82%-
XYZ64.8758.6845.44-
YUV203.8108.37162.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 169 (66.41% from 255) = 27.84%
R=41.52%
G=30.64%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218616900.260.330.0112.2993.2682.55
HexFCBAA901A211c5d53
Octal37427225103241114135123
Binary1111110010111010101010010110101000011110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAA9; }

 p { color: rgb(252,186,169); }

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

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

 a { background-color: rgb(252,186,169); }

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

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

 span { border-color: rgb(252,186,169); }

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