#FCC1B3

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

Shades of Melon #FCC1B3

Tints of Melon #FCC1B3

Color information

#FCC1B3 (or 0xFCC1B3) is unknown color: approx Melon. HEX triplet: FC, C1 and B3. RGB value is (252,193,179). Sum of RGB (Red+Green+Blue) = 252+193+179=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1B3 is #033E4C. Grayscale: #D1D1D1. Windows color (decimal): -212557 or 11780604. OLE color: 11780604.

HSL color Cylindrical-coordinate representation of color #FCC1B3: hue angle of 11.51º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCC1B3 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252193179-
CMYK00.230.290.01
HSL11.51º92.41%84.51%-
HSV(B)11.51º28.97%98.82%-
XYZ67.3562.0951.08-
YUV209.04111.05158.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 193 (75.78% from 255) = 30.93%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=40.38%
G=30.93%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219317900.230.290.0111.5192.4184.51
HexFCC1B30171D1c5c55
Octal37430126302735114134125
Binary111111001100000110110011010111111011110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1B3; }

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

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

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

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

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

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

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

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