#FFC0B2

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

Shades of Melon #FFC0B2

Tints of Melon #FFC0B2

Color information

#FFC0B2 (or 0xFFC0B2) is unknown color: approx Melon. HEX triplet: FF, C0 and B2. RGB value is (255,192,178). Sum of RGB (Red+Green+Blue) = 255+192+178=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0B2 is #003F4D. Grayscale: #D1D1D1. Windows color (decimal): -16206 or 11714815. OLE color: 11714815.

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

Color convert

RGB255192178-
CMYK00.250.300
HSL10.91º100%84.9%-
HSV(B)10.91º30.2%100%-
XYZ68.1362.1750.53-
YUV209.24110.37160.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 192 (75.39% from 255) = 30.72%
BLUE value IS 178 (69.92% from 255) = 28.48%
R=40.8%
G=30.72%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519217800.250.30010.9110084.9
HexFFC0B20191E0b6455
Octal37730026203136013144125
Binary111111111100000010110010011001111100101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0B2; }

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

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

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

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

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

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

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

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