#FFC2AD

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

Shades of Melon #FFC2AD

Tints of Melon #FFC2AD

Color information

#FFC2AD (or 0xFFC2AD) is unknown color: approx Melon. HEX triplet: FF, C2 and AD. RGB value is (255,194,173). Sum of RGB (Red+Green+Blue) = 255+194+173=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AD is #003D52. Grayscale: #D1D1D1. Windows color (decimal): -15699 or 11387647. OLE color: 11387647.

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

Color convert

RGB255194173-
CMYK00.240.320
HSL15.37º100%83.92%-
HSV(B)15.37º32.16%100%-
XYZ68.0762.8648.08-
YUV209.84107.21160.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=41.00%
G=31.19%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519417300.240.32015.3710083.92
HexFFC2AD018200f6454
Octal37730225503040017144124
Binary1111111111000010101011010110001000000111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2AD; }

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

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

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

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

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

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

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

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