#FDBAA8

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

Shades of Melon #FDBAA8

Tints of Melon #FDBAA8

Color information

#FDBAA8 (or 0xFDBAA8) is unknown color: approx Melon. HEX triplet: FD, BA and A8. RGB value is (253,186,168). Sum of RGB (Red+Green+Blue) = 253+186+168=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA8 is #024557. Grayscale: #CCCCCC. Windows color (decimal): -148824 or 11057917. OLE color: 11057917.

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

Color convert

RGB253186168-
CMYK00.260.340.01
HSL12.71º95.51%82.55%-
HSV(B)12.71º33.6%99.22%-
XYZ65.1358.8344.97-
YUV203.98107.7162.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 168 (66.02% from 255) = 27.68%
R=41.68%
G=30.64%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318616800.260.340.0112.7195.5182.55
HexFDBAA801A221d6053
Octal37527225003242115140123
Binary1111110110111010101010000110101000101110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAA8; }

 p { color: rgb(253,186,168); }

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

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

 a { background-color: rgb(253,186,168); }

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

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

 span { border-color: rgb(253,186,168); }

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