#FCBAAD

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

Shades of Melon #FCBAAD

Tints of Melon #FCBAAD

Color information

#FCBAAD (or 0xFCBAAD) is unknown color: approx Melon. HEX triplet: FC, BA and AD. RGB value is (252,186,173). Sum of RGB (Red+Green+Blue) = 252+186+173=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAD is #034552. Grayscale: #CCCCCC. Windows color (decimal): -214355 or 11385596. OLE color: 11385596.

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

Color convert

RGB252186173-
CMYK00.260.310.01
HSL9.87º92.94%83.33%-
HSV(B)9.87º31.35%98.82%-
XYZ65.2558.8347.45-
YUV204.25110.37162.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=41.24%
G=30.44%
B=28.31%

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
Decimal25218617300.260.310.019.8792.9483.33
HexFCBAAD01A1F1a5d53
Octal37427225503237112135123
Binary111111001011101010101101011010111111101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAAD; }

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

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

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

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

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

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

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

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