#FCC1AA

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

Shades of Melon #FCC1AA

Tints of Melon #FCC1AA

Color information

#FCC1AA (or 0xFCC1AA) is unknown color: approx Melon. HEX triplet: FC, C1 and AA. RGB value is (252,193,170). Sum of RGB (Red+Green+Blue) = 252+193+170=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1AA is #033E55. Grayscale: #D0D0D0. Windows color (decimal): -212566 or 11190780. OLE color: 11190780.

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

Color convert

RGB252193170-
CMYK00.230.330.01
HSL16.83º93.18%82.75%-
HSV(B)16.83º32.54%98.82%-
XYZ66.4761.7446.44-
YUV208.02106.55159.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=40.98%
G=31.38%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219317000.230.330.0116.8393.1882.75
HexFCC1AA017211115d53
Octal37430125202741121135123
Binary11111100110000011010101001011110000111000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1AA; }

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

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

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

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

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

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

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

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