#FCB8A5

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

Shades of Melon #FCB8A5

Tints of Melon #FCB8A5

Color information

#FCB8A5 (or 0xFCB8A5) is unknown color: approx Melon. HEX triplet: FC, B8 and A5. RGB value is (252,184,165). Sum of RGB (Red+Green+Blue) = 252+184+165=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB8A5 is #03475A. Grayscale: #CACACA. Windows color (decimal): -214875 or 10860796. OLE color: 10860796.

HSL color Cylindrical-coordinate representation of color #FCB8A5: hue angle of 13.1º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCB8A5 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252184165-
CMYK00.270.350.01
HSL13.1º93.55%81.76%-
HSV(B)13.1º34.52%98.82%-
XYZ64.0857.6943.36-
YUV202.17107.03163.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 184 (72.27% from 255) = 30.62%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=41.93%
G=30.62%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218416500.270.350.0113.193.5581.76
HexFCB8A501B231d5e52
Octal37427024503343115136122
Binary1111110010111000101001010110111000111110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8A5; }

 p { color: rgb(252,184,165); }

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

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

 a { background-color: rgb(252,184,165); }

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

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

 span { border-color: rgb(252,184,165); }

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