#FCBAB0

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

Shades of Melon #FCBAB0

Tints of Melon #FCBAB0

Color information

#FCBAB0 (or 0xFCBAB0) is unknown color: approx Melon. HEX triplet: FC, BA and B0. RGB value is (252,186,176). Sum of RGB (Red+Green+Blue) = 252+186+176=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAB0 is #03454F. Grayscale: #CCCCCC. Windows color (decimal): -214352 or 11582204. OLE color: 11582204.

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

Color convert

RGB252186176-
CMYK00.260.300.01
HSL7.89º92.68%83.92%-
HSV(B)7.89º30.16%98.82%-
XYZ65.5458.9549-
YUV204.59111.87161.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 176 (69.14% from 255) = 28.66%
R=41.04%
G=30.29%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218617600.260.300.017.8992.6883.92
HexFCBAB001A1E185d54
Octal37427226003236110135124
Binary111111001011101010110000011010111101100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAB0; }

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

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

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

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

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

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

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

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