#FCBFA9

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

Shades of Melon #FCBFA9

Tints of Melon #FCBFA9

Color information

#FCBFA9 (or 0xFCBFA9) is unknown color: approx Melon. HEX triplet: FC, BF and A9. RGB value is (252,191,169). Sum of RGB (Red+Green+Blue) = 252+191+169=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFA9 is #034056. Grayscale: #CECECE. Windows color (decimal): -213079 or 11124732. OLE color: 11124732.

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

Color convert

RGB252191169-
CMYK00.240.330.01
HSL15.9º93.26%82.55%-
HSV(B)15.9º32.94%98.82%-
XYZ65.9460.8245.8-
YUV206.73106.71160.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 169 (66.41% from 255) = 27.61%
R=41.18%
G=31.21%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219116900.240.330.0115.993.2682.55
HexFCBFA9018211105d53
Octal37427725103041120135123
Binary11111100101111111010100101100010000111000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFA9; }

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

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

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

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

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

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

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

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