#FCBFB0

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

Shades of Melon #FCBFB0

Tints of Melon #FCBFB0

Color information

#FCBFB0 (or 0xFCBFB0) is unknown color: approx Melon. HEX triplet: FC, BF and B0. RGB value is (252,191,176). Sum of RGB (Red+Green+Blue) = 252+191+176=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFB0 is #03404F. Grayscale: #CFCFCF. Windows color (decimal): -213072 or 11583484. OLE color: 11583484.

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

Color convert

RGB252191176-
CMYK00.240.300.01
HSL11.84º92.68%83.92%-
HSV(B)11.84º30.16%98.82%-
XYZ66.6161.0949.36-
YUV207.53110.21159.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 176 (69.14% from 255) = 28.43%
R=40.71%
G=30.86%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219117600.240.300.0111.8492.6883.92
HexFCBFB00181E1c5d54
Octal37427726003036114135124
Binary111111001011111110110000011000111101110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFB0; }

 p { color: rgb(252,191,176); }

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

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

 a { background-color: rgb(252,191,176); }

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

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

 span { border-color: rgb(252,191,176); }

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