#FDBFB2

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

Shades of Melon #FDBFB2

Tints of Melon #FDBFB2

Color information

#FDBFB2 (or 0xFDBFB2) is unknown color: approx Melon. HEX triplet: FD, BF and B2. RGB value is (253,191,178). Sum of RGB (Red+Green+Blue) = 253+191+178=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBFB2 is #02404D. Grayscale: #D0D0D0. Windows color (decimal): -147534 or 11714557. OLE color: 11714557.

HSL color Cylindrical-coordinate representation of color #FDBFB2: hue angle of 10.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBFB2 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253191178-
CMYK00.250.300.01
HSL10.4º94.94%84.51%-
HSV(B)10.4º29.64%99.22%-
XYZ67.1761.3650.42-
YUV208.06111.04160.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 178 (69.92% from 255) = 28.62%
R=40.68%
G=30.71%
B=28.62%

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
Decimal25319117800.250.300.0110.494.9484.51
HexFDBFB20191E1a5f55
Octal37527726203136112137125
Binary111111011011111110110010011001111101101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFB2; }

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

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

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

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

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

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

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

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