#FDBFB0

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

Shades of Melon #FDBFB0

Tints of Melon #FDBFB0

Color information

#FDBFB0 (or 0xFDBFB0) is unknown color: approx Melon. HEX triplet: FD, BF and B0. RGB value is (253,191,176). Sum of RGB (Red+Green+Blue) = 253+191+176=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFB0 is #02404F. Grayscale: #CFCFCF. Windows color (decimal): -147536 or 11583485. OLE color: 11583485.

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

Color convert

RGB253191176-
CMYK00.250.300.01
HSL11.69º95.06%84.12%-
HSV(B)11.69º30.43%99.22%-
XYZ66.9861.2849.37-
YUV207.83110.04160.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 176 (69.14% from 255) = 28.39%
R=40.81%
G=30.81%
B=28.39%

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
Decimal25319117600.250.300.0111.6995.0684.12
HexFDBFB00191E1c5f54
Octal37527726003136114137124
Binary111111011011111110110000011001111101110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFB0; }

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

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

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

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

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

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

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

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