#FDC1B1

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

Shades of Melon #FDC1B1

Tints of Melon #FDC1B1

Color information

#FDC1B1 (or 0xFDC1B1) is unknown color: approx Melon. HEX triplet: FD, C1 and B1. RGB value is (253,193,177). Sum of RGB (Red+Green+Blue) = 253+193+177=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC1B1 is #023E4E. Grayscale: #D1D1D1. Windows color (decimal): -147023 or 11649533. OLE color: 11649533.

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

Color convert

RGB253193177-
CMYK00.240.300.01
HSL12.63º95%84.31%-
HSV(B)12.63º30.04%99.22%-
XYZ67.5162.250.04-
YUV209.12109.88159.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 177 (69.53% from 255) = 28.41%
R=40.61%
G=30.98%
B=28.41%

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
Decimal25319317700.240.300.0112.639584.31
HexFDC1B10181E1d5f54
Octal37530126103036115137124
Binary111111011100000110110001011000111101110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1B1; }

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

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

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

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

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

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

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

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