#FCC4AF

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

Shades of Melon #FCC4AF

Tints of Melon #FCC4AF

Color information

#FCC4AF (or 0xFCC4AF) is unknown color: approx Melon. HEX triplet: FC, C4 and AF. RGB value is (252,196,175). Sum of RGB (Red+Green+Blue) = 252+196+175=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4AF is #033B50. Grayscale: #D2D2D2. Windows color (decimal): -211793 or 11519228. OLE color: 11519228.

HSL color Cylindrical-coordinate representation of color #FCC4AF: hue angle of 16.36º 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 #FCC4AF is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252196175-
CMYK00.220.310.01
HSL16.36º92.77%83.73%-
HSV(B)16.36º30.56%98.82%-
XYZ67.6263.2749.21-
YUV210.35108.05157.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=40.45%
G=31.46%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219617500.220.310.0116.3692.7783.73
HexFCC4AF0161F1105d54
Octal37430425702637120135124
Binary1111110011000100101011110101101111111000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4AF; }

 p { color: rgb(252,196,175); }

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

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

 a { background-color: rgb(252,196,175); }

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

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

 span { border-color: rgb(252,196,175); }

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