#FCBCA9

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

Shades of Melon #FCBCA9

Tints of Melon #FCBCA9

Color information

#FCBCA9 (or 0xFCBCA9) is unknown color: approx Melon. HEX triplet: FC, BC and A9. RGB value is (252,188,169). Sum of RGB (Red+Green+Blue) = 252+188+169=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCA9 is #034356. Grayscale: #CDCDCD. Windows color (decimal): -213847 or 11123964. OLE color: 11123964.

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

Color convert

RGB252188169-
CMYK00.250.330.01
HSL13.73º93.26%82.55%-
HSV(B)13.73º32.94%98.82%-
XYZ65.2959.5345.58-
YUV204.97107.7161.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 169 (66.41% from 255) = 27.75%
R=41.38%
G=30.87%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218816900.250.330.0113.7393.2682.55
HexFCBCA9019211e5d53
Octal37427425103141116135123
Binary1111110010111100101010010110011000011111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCA9; }

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

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

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

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

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

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

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

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