#FFC1AA

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

Shades of Melon #FFC1AA

Tints of Melon #FFC1AA

Color information

#FFC1AA (or 0xFFC1AA) is unknown color: approx Melon. HEX triplet: FF, C1 and AA. RGB value is (255,193,170). Sum of RGB (Red+Green+Blue) = 255+193+170=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1AA is #003E55. Grayscale: #D1D1D1. Windows color (decimal): -15958 or 11190783. OLE color: 11190783.

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

Color convert

RGB255193170-
CMYK00.240.330
HSL16.24º100%83.33%-
HSV(B)16.24º33.33%100%-
XYZ67.5762.346.49-
YUV208.92106.04160.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=41.26%
G=31.23%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519317000.240.33016.2410083.33
HexFFC1AA018210106453
Octal37730125203041020144123
Binary11111111110000011010101001100010000101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1AA; }

 p { color: rgb(255,193,170); }

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

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

 a { background-color: rgb(255,193,170); }

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

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

 span { border-color: rgb(255,193,170); }

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