#FDBAAE

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

Shades of Melon #FDBAAE

Tints of Melon #FDBAAE

Color information

#FDBAAE (or 0xFDBAAE) is unknown color: approx Melon. HEX triplet: FD, BA and AE. RGB value is (253,186,174). Sum of RGB (Red+Green+Blue) = 253+186+174=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAAE is #024551. Grayscale: #CCCCCC. Windows color (decimal): -148818 or 11451133. OLE color: 11451133.

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

Color convert

RGB253186174-
CMYK00.260.310.01
HSL9.11º95.18%83.73%-
HSV(B)9.11º31.23%99.22%-
XYZ65.7159.0647.98-
YUV204.66110.7162.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=41.27%
G=30.34%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318617400.260.310.019.1195.1883.73
HexFDBAAE01A1F195f54
Octal37527225603237111137124
Binary111111011011101010101110011010111111100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAAE; }

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

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

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

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

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

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

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

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