#FCB9AA

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

Shades of Melon #FCB9AA

Tints of Melon #FCB9AA

Color information

#FCB9AA (or 0xFCB9AA) is unknown color: approx Melon. HEX triplet: FC, B9 and AA. RGB value is (252,185,170). Sum of RGB (Red+Green+Blue) = 252+185+170=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AA is #034655. Grayscale: #CBCBCB. Windows color (decimal): -214614 or 11188732. OLE color: 11188732.

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

Color convert

RGB252185170-
CMYK00.270.330.01
HSL10.98º93.18%82.75%-
HSV(B)10.98º32.54%98.82%-
XYZ64.7558.345.87-
YUV203.32109.2162.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=41.52%
G=30.48%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218517000.270.330.0110.9893.1882.75
HexFCB9AA01B211b5d53
Octal37427125203341113135123
Binary1111110010111001101010100110111000011101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9AA; }

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

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

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

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

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

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

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

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