#FCBCB1

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

Shades of Melon #FCBCB1

Tints of Melon #FCBCB1

Color information

#FCBCB1 (or 0xFCBCB1) is unknown color: approx Melon. HEX triplet: FC, BC and B1. RGB value is (252,188,177). Sum of RGB (Red+Green+Blue) = 252+188+177=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCB1 is #03434E. Grayscale: #CDCDCD. Windows color (decimal): -213839 or 11648252. OLE color: 11648252.

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

Color convert

RGB252188177-
CMYK00.250.300.01
HSL8.8º92.59%84.12%-
HSV(B)8.8º29.76%98.82%-
XYZ66.0659.8449.66-
YUV205.88111.7160.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=40.84%
G=30.47%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218817700.250.300.018.892.5984.12
HexFCBCB10191E195d54
Octal37427426103136111135124
Binary111111001011110010110001011001111101100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCB1; }

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

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

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

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

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

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

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

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