#FCBAAF

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

Shades of Melon #FCBAAF

Tints of Melon #FCBAAF

Color information

#FCBAAF (or 0xFCBAAF) is unknown color: approx Melon. HEX triplet: FC, BA and AF. RGB value is (252,186,175). Sum of RGB (Red+Green+Blue) = 252+186+175=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAF is #034550. Grayscale: #CCCCCC. Windows color (decimal): -214353 or 11516668. OLE color: 11516668.

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

Color convert

RGB252186175-
CMYK00.260.310.01
HSL8.57º92.77%83.73%-
HSV(B)8.57º30.56%98.82%-
XYZ65.4458.9148.48-
YUV204.48111.37161.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=41.11%
G=30.34%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218617500.260.310.018.5792.7783.73
HexFCBAAF01A1F195d54
Octal37427225703237111135124
Binary111111001011101010101111011010111111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAAF; }

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

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

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

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

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

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

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

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