#FCBAAA

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

Shades of Melon #FCBAAA

Tints of Melon #FCBAAA

Color information

#FCBAAA (or 0xFCBAAA) is unknown color: approx Melon. HEX triplet: FC, BA and AA. RGB value is (252,186,170). Sum of RGB (Red+Green+Blue) = 252+186+170=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAA is #034555. Grayscale: #CCCCCC. Windows color (decimal): -214358 or 11188988. OLE color: 11188988.

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

Color convert

RGB252186170-
CMYK00.260.330.01
HSL11.71º93.18%82.75%-
HSV(B)11.71º32.54%98.82%-
XYZ64.9658.7245.94-
YUV203.91108.87162.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=41.45%
G=30.59%
B=27.96%

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
Decimal25218617000.260.330.0111.7193.1882.75
HexFCBAAA01A211c5d53
Octal37427225203241114135123
Binary1111110010111010101010100110101000011110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAAA; }

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

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

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

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

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

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

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

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