#FCBBAA

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

Shades of Melon #FCBBAA

Tints of Melon #FCBBAA

Color information

#FCBBAA (or 0xFCBBAA) is unknown color: approx Melon. HEX triplet: FC, BB and AA. RGB value is (252,187,170). Sum of RGB (Red+Green+Blue) = 252+187+170=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBAA is #034455. Grayscale: #CCCCCC. Windows color (decimal): -214102 or 11189244. OLE color: 11189244.

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

Color convert

RGB252187170-
CMYK00.260.330.01
HSL12.44º93.18%82.75%-
HSV(B)12.44º32.54%98.82%-
XYZ65.1759.1446.01-
YUV204.5108.53161.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=41.38%
G=30.71%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218717000.260.330.0112.4493.1882.75
HexFCBBAA01A211c5d53
Octal37427325203241114135123
Binary1111110010111011101010100110101000011110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBAA; }

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

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

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

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

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

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

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

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