#FFC0AE

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

Shades of Melon #FFC0AE

Tints of Melon #FFC0AE

Color information

#FFC0AE (or 0xFFC0AE) is unknown color: approx Melon. HEX triplet: FF, C0 and AE. RGB value is (255,192,174). Sum of RGB (Red+Green+Blue) = 255+192+174=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AE is #003F51. Grayscale: #D0D0D0. Windows color (decimal): -16210 or 11452671. OLE color: 11452671.

HSL color Cylindrical-coordinate representation of color #FFC0AE: hue angle of 13.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFC0AE is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255192174-
CMYK00.250.320
HSL13.33º100%84.12%-
HSV(B)13.33º31.76%100%-
XYZ67.7362.0248.44-
YUV208.78108.37160.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 192 (75.39% from 255) = 30.92%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=41.06%
G=30.92%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519217400.250.32013.3310084.12
HexFFC0AE019200d6454
Octal37730025603140015144124
Binary1111111111000000101011100110011000000110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0AE; }

 p { color: rgb(255,192,174); }

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

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

 a { background-color: rgb(255,192,174); }

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

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

 span { border-color: rgb(255,192,174); }

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