#FCBBB1

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

Shades of Melon #FCBBB1

Tints of Melon #FCBBB1

Color information

#FCBBB1 (or 0xFCBBB1) is unknown color: approx Melon. HEX triplet: FC, BB and B1. RGB value is (252,187,177). Sum of RGB (Red+Green+Blue) = 252+187+177=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBB1 is #03444E. Grayscale: #CDCDCD. Windows color (decimal): -214095 or 11647996. OLE color: 11647996.

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

Color convert

RGB252187177-
CMYK00.260.300.01
HSL92.59%84.12%-
HSV(B)29.76%98.82%-
XYZ65.8559.4149.59-
YUV205.3112.03161.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 177 (69.53% from 255) = 28.73%
R=40.91%
G=30.36%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218717700.260.300.01892.5984.12
HexFCBBB101A1E185d54
Octal37427326103236110135124
Binary111111001011101110110001011010111101100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBB1; }

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

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

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

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

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

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

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

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