#FFC0AD

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

Shades of Melon #FFC0AD

Tints of Melon #FFC0AD

Color information

#FFC0AD (or 0xFFC0AD) is unknown color: approx Melon. HEX triplet: FF, C0 and AD. RGB value is (255,192,173). Sum of RGB (Red+Green+Blue) = 255+192+173=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AD is #003F52. Grayscale: #D0D0D0. Windows color (decimal): -16211 or 11387135. OLE color: 11387135.

HSL color Cylindrical-coordinate representation of color #FFC0AD: hue angle of 13.9º 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 #FFC0AD is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255192173-
CMYK00.250.320
HSL13.9º100%83.92%-
HSV(B)13.9º32.16%100%-
XYZ67.6361.9847.93-
YUV208.67107.87161.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=41.13%
G=30.97%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519217300.250.32013.910083.92
HexFFC0AD019200e6454
Octal37730025503140016144124
Binary1111111111000000101011010110011000000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0AD; }

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

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

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

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

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

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

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

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