#FDBFB1

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

Shades of Melon #FDBFB1

Tints of Melon #FDBFB1

Color information

#FDBFB1 (or 0xFDBFB1) is unknown color: approx Melon. HEX triplet: FD, BF and B1. RGB value is (253,191,177). Sum of RGB (Red+Green+Blue) = 253+191+177=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFB1 is #02404E. Grayscale: #D0D0D0. Windows color (decimal): -147535 or 11649021. OLE color: 11649021.

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

Color convert

RGB253191177-
CMYK00.250.300.01
HSL11.05º95%84.31%-
HSV(B)11.05º30.04%99.22%-
XYZ67.0761.3249.9-
YUV207.94110.54160.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 177 (69.53% from 255) = 28.50%
R=40.74%
G=30.76%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319117700.250.300.0111.059584.31
HexFDBFB10191E1b5f54
Octal37527726103136113137124
Binary111111011011111110110001011001111101101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFB1; }

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

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

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

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

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

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

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

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