#FFC0B1

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

Shades of Melon #FFC0B1

Tints of Melon #FFC0B1

Color information

#FFC0B1 (or 0xFFC0B1) is unknown color: approx Melon. HEX triplet: FF, C0 and B1. RGB value is (255,192,177). Sum of RGB (Red+Green+Blue) = 255+192+177=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0B1 is #003F4E. Grayscale: #D1D1D1. Windows color (decimal): -16207 or 11649279. OLE color: 11649279.

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

Color convert

RGB255192177-
CMYK00.250.310
HSL11.54º100%84.71%-
HSV(B)11.54º30.59%100%-
XYZ68.0362.1350-
YUV209.13109.87160.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 177 (69.53% from 255) = 28.37%
R=40.87%
G=30.77%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519217700.250.31011.5410084.71
HexFFC0B10191F0c6455
Octal37730026103137014144125
Binary111111111100000010110001011001111110110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0B1; }

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

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

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

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

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

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

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

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