#FFC5B0

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

Shades of Melon #FFC5B0

Tints of Melon #FFC5B0

Color information

#FFC5B0 (or 0xFFC5B0) is unknown color: approx Melon. HEX triplet: FF, C5 and B0. RGB value is (255,197,176). Sum of RGB (Red+Green+Blue) = 255+197+176=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5B0 is #003A4F. Grayscale: #D4D4D4. Windows color (decimal): -14928 or 11585023. OLE color: 11585023.

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

Color convert

RGB255197176-
CMYK00.230.310
HSL15.95º100%84.51%-
HSV(B)15.95º30.98%100%-
XYZ69.0464.3349.85-
YUV211.95107.72158.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 176 (69.14% from 255) = 28.03%
R=40.61%
G=31.37%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519717600.230.31015.9510084.51
HexFFC5B00171F0106455
Octal37730526002737020144125
Binary1111111111000101101100000101111111101000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5B0; }

 p { color: rgb(255,197,176); }

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

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

 a { background-color: rgb(255,197,176); }

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

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

 span { border-color: rgb(255,197,176); }

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