#FCBAAE

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

Shades of Melon #FCBAAE

Tints of Melon #FCBAAE

Color information

#FCBAAE (or 0xFCBAAE) is unknown color: approx Melon. HEX triplet: FC, BA and AE. RGB value is (252,186,174). Sum of RGB (Red+Green+Blue) = 252+186+174=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAE is #034551. Grayscale: #CCCCCC. Windows color (decimal): -214354 or 11451132. OLE color: 11451132.

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

Color convert

RGB252186174-
CMYK00.260.310.01
HSL9.23º92.86%83.53%-
HSV(B)9.23º30.95%98.82%-
XYZ65.3458.8747.96-
YUV204.37110.87161.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=41.18%
G=30.39%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218617400.260.310.019.2392.8683.53
HexFCBAAE01A1F195d54
Octal37427225603237111135124
Binary111111001011101010101110011010111111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAAE; }

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

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

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

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

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

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

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

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