#FDBBA5

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

Shades of Melon #FDBBA5

Tints of Melon #FDBBA5

Color information

#FDBBA5 (or 0xFDBBA5) is unknown color: approx Melon. HEX triplet: FD, BB and A5. RGB value is (253,187,165). Sum of RGB (Red+Green+Blue) = 253+187+165=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA5 is #02445A. Grayscale: #CCCCCC. Windows color (decimal): -148571 or 10861565. OLE color: 10861565.

HSL color Cylindrical-coordinate representation of color #FDBBA5: hue angle of 15º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDBBA5 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253187165-
CMYK00.260.350.01
HSL15º95.65%81.96%-
HSV(B)15º34.78%99.22%-
XYZ65.0759.1443.58-
YUV204.23105.87162.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=41.82%
G=30.91%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318716500.260.350.011595.6581.96
HexFDBBA501A231f6052
Octal37527324503243117140122
Binary1111110110111011101001010110101000111111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBA5; }

 p { color: rgb(253,187,165); }

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

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

 a { background-color: rgb(253,187,165); }

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

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

 span { border-color: rgb(253,187,165); }

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