#FCB8AE

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

Shades of Melon #FCB8AE

Tints of Melon #FCB8AE

Color information

#FCB8AE (or 0xFCB8AE) is unknown color: approx Melon. HEX triplet: FC, B8 and AE. RGB value is (252,184,174). Sum of RGB (Red+Green+Blue) = 252+184+174=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB8AE is #034751. Grayscale: #CBCBCB. Windows color (decimal): -214866 or 11450620. OLE color: 11450620.

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

Color convert

RGB252184174-
CMYK00.270.310.01
HSL7.69º92.86%83.53%-
HSV(B)7.69º30.95%98.82%-
XYZ64.9358.0347.82-
YUV203.19111.53162.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=41.31%
G=30.16%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218417400.270.310.017.6992.8683.53
HexFCB8AE01B1F185d54
Octal37427025603337110135124
Binary111111001011100010101110011011111111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8AE; }

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

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

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

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

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

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

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

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