#FFC2AF

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

Shades of Melon #FFC2AF

Tints of Melon #FFC2AF

Color information

#FFC2AF (or 0xFFC2AF) is unknown color: approx Melon. HEX triplet: FF, C2 and AF. RGB value is (255,194,175). Sum of RGB (Red+Green+Blue) = 255+194+175=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AF is #003D50. Grayscale: #D2D2D2. Windows color (decimal): -15697 or 11518719. OLE color: 11518719.

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

Color convert

RGB255194175-
CMYK00.240.310
HSL14.25º100%84.31%-
HSV(B)14.25º31.37%100%-
XYZ68.2762.9449.11-
YUV210.07108.21160.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=40.87%
G=31.09%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519417500.240.31014.2510084.31
HexFFC2AF0181F0e6454
Octal37730225703037016144124
Binary111111111100001010101111011000111110111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2AF; }

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

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

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

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

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

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

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

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