#FCB8A7

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

Shades of Melon #FCB8A7

Tints of Melon #FCB8A7

Color information

#FCB8A7 (or 0xFCB8A7) is unknown color: approx Melon. HEX triplet: FC, B8 and A7. RGB value is (252,184,167). Sum of RGB (Red+Green+Blue) = 252+184+167=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB8A7 is #034758. Grayscale: #CACACA. Windows color (decimal): -214873 or 10991868. OLE color: 10991868.

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

Color convert

RGB252184167-
CMYK00.270.340.01
HSL12º93.41%82.16%-
HSV(B)12º33.73%98.82%-
XYZ64.2657.7744.32-
YUV202.39108.03163.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 167 (65.62% from 255) = 27.69%
R=41.79%
G=30.51%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218416700.270.340.011293.4182.16
HexFCB8A701B221c5d52
Octal37427024703342114135122
Binary1111110010111000101001110110111000101110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8A7; }

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

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

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

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

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

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

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

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