#FCBAB3

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

Shades of Melon #FCBAB3

Tints of Melon #FCBAB3

Color information

#FCBAB3 (or 0xFCBAB3) is unknown color: approx Melon. HEX triplet: FC, BA and B3. RGB value is (252,186,179). Sum of RGB (Red+Green+Blue) = 252+186+179=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAB3 is #03454C. Grayscale: #CDCDCD. Windows color (decimal): -214349 or 11778812. OLE color: 11778812.

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

Color convert

RGB252186179-
CMYK00.260.290.01
HSL5.75º92.41%84.51%-
HSV(B)5.75º28.97%98.82%-
XYZ65.8459.0750.58-
YUV204.94113.37161.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 179 (70.31% from 255) = 29.01%
R=40.84%
G=30.15%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218617900.260.290.015.7592.4184.51
HexFCBAB301A1D165c55
Octal3742722630323516134125
Binary11111100101110101011001101101011101111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAB3; }

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

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

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

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

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

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

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

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