#FDB8AA

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

Shades of Melon #FDB8AA

Tints of Melon #FDB8AA

Color information

#FDB8AA (or 0xFDB8AA) is unknown color: approx Melon. HEX triplet: FD, B8 and AA. RGB value is (253,184,170). Sum of RGB (Red+Green+Blue) = 253+184+170=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB8AA is #024755. Grayscale: #CBCBCB. Windows color (decimal): -149334 or 11188477. OLE color: 11188477.

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

Color convert

RGB253184170-
CMYK00.270.330.01
HSL10.12º95.4%82.94%-
HSV(B)10.12º32.81%99.22%-
XYZ64.958.0745.82-
YUV203.03109.36163.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 184 (72.27% from 255) = 30.31%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=41.68%
G=30.31%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318417000.270.330.0110.1295.482.94
HexFDB8AA01B211a5f53
Octal37527025203341112137123
Binary1111110110111000101010100110111000011101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8AA; }

 p { color: rgb(253,184,170); }

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

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

 a { background-color: rgb(253,184,170); }

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

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

 span { border-color: rgb(253,184,170); }

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