#FCC1B1

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

Shades of Melon #FCC1B1

Tints of Melon #FCC1B1

Color information

#FCC1B1 (or 0xFCC1B1) is unknown color: approx Melon. HEX triplet: FC, C1 and B1. RGB value is (252,193,177). Sum of RGB (Red+Green+Blue) = 252+193+177=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1B1 is #033E4E. Grayscale: #D0D0D0. Windows color (decimal): -212559 or 11649532. OLE color: 11649532.

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

Color convert

RGB252193177-
CMYK00.230.300.01
HSL12.8º92.59%84.12%-
HSV(B)12.8º29.76%98.82%-
XYZ67.1562.0150.02-
YUV208.82110.05158.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=40.51%
G=31.03%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219317700.230.300.0112.892.5984.12
HexFCC1B10171E1d5d54
Octal37430126102736115135124
Binary111111001100000110110001010111111101110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1B1; }

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

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

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

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

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

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

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

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