#FCBDA6

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

Shades of Melon #FCBDA6

Tints of Melon #FCBDA6

Color information

#FCBDA6 (or 0xFCBDA6) is unknown color: approx Melon. HEX triplet: FC, BD and A6. RGB value is (252,189,166). Sum of RGB (Red+Green+Blue) = 252+189+166=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA6 is #034259. Grayscale: #CDCDCD. Windows color (decimal): -213594 or 10927612. OLE color: 10927612.

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

Color convert

RGB252189166-
CMYK00.250.340.01
HSL16.05º93.48%81.96%-
HSV(B)16.05º34.13%98.82%-
XYZ65.2359.8444.19-
YUV205.22105.87161.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 166 (65.23% from 255) = 27.35%
R=41.52%
G=31.14%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218916600.250.340.0116.0593.4881.96
HexFCBDA6019221105d52
Octal37427524603142120135122
Binary11111100101111011010011001100110001011000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDA6; }

 p { color: rgb(252,189,166); }

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

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

 a { background-color: rgb(252,189,166); }

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

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

 span { border-color: rgb(252,189,166); }

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