#FFC2AB

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

Shades of Melon #FFC2AB

Tints of Melon #FFC2AB

Color information

#FFC2AB (or 0xFFC2AB) is unknown color: approx Melon. HEX triplet: FF, C2 and AB. RGB value is (255,194,171). Sum of RGB (Red+Green+Blue) = 255+194+171=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AB is #003D54. Grayscale: #D1D1D1. Windows color (decimal): -15701 or 11256575. OLE color: 11256575.

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

Color convert

RGB255194171-
CMYK00.240.330
HSL16.43º100%83.53%-
HSV(B)16.43º32.94%100%-
XYZ67.8862.7847.07-
YUV209.62106.21160.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=41.13%
G=31.29%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519417100.240.33016.4310083.53
HexFFC2AB018210106454
Octal37730225303041020144124
Binary11111111110000101010101101100010000101000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2AB; }

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

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

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

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

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

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

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

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