#FFC0AB

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

Shades of Melon #FFC0AB

Tints of Melon #FFC0AB

Color information

#FFC0AB (or 0xFFC0AB) is unknown color: approx Melon. HEX triplet: FF, C0 and AB. RGB value is (255,192,171). Sum of RGB (Red+Green+Blue) = 255+192+171=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AB is #003F54. Grayscale: #D0D0D0. Windows color (decimal): -16213 or 11256063. OLE color: 11256063.

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

Color convert

RGB255192171-
CMYK00.250.330
HSL15º100%83.53%-
HSV(B)15º32.94%100%-
XYZ67.4461.946.92-
YUV208.44106.87161.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=41.26%
G=31.07%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519217100.250.3301510083.53
HexFFC0AB019210f6454
Octal37730025303141017144124
Binary1111111111000000101010110110011000010111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0AB; }

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

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

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

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

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

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

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

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