#FCB6AB

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

Shades of Melon #FCB6AB

Tints of Melon #FCB6AB

Color information

#FCB6AB (or 0xFCB6AB) is unknown color: approx Melon. HEX triplet: FC, B6 and AB. RGB value is (252,182,171). Sum of RGB (Red+Green+Blue) = 252+182+171=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6AB is #034954. Grayscale: #C9C9C9. Windows color (decimal): -215381 or 11253500. OLE color: 11253500.

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

Color convert

RGB252182171-
CMYK00.280.320.01
HSL8.15º93.1%82.94%-
HSV(B)8.15º32.14%98.82%-
XYZ64.2257.0946.16-
YUV201.68110.69163.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=41.65%
G=30.08%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218217100.280.320.018.1593.182.94
HexFCB6AB01C20185d53
Octal37426625303440110135123
Binary1111110010110110101010110111001000001100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6AB; }

 p { color: rgb(252,182,171); }

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

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

 a { background-color: rgb(252,182,171); }

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

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

 span { border-color: rgb(252,182,171); }

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