#FCBCAA

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

Shades of Melon #FCBCAA

Tints of Melon #FCBCAA

Color information

#FCBCAA (or 0xFCBCAA) is unknown color: approx Melon. HEX triplet: FC, BC and AA. RGB value is (252,188,170). Sum of RGB (Red+Green+Blue) = 252+188+170=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCAA is #034355. Grayscale: #CDCDCD. Windows color (decimal): -213846 or 11189500. OLE color: 11189500.

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

Color convert

RGB252188170-
CMYK00.250.330.01
HSL13.17º93.18%82.75%-
HSV(B)13.17º32.54%98.82%-
XYZ65.3859.5646.08-
YUV205.08108.2161.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=41.31%
G=30.82%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218817000.250.330.0113.1793.1882.75
HexFCBCAA019211d5d53
Octal37427425203141115135123
Binary1111110010111100101010100110011000011110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCAA; }

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

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

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

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

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

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

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

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