#FDB4AA

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

Shades of Melon #FDB4AA

Tints of Melon #FDB4AA

Color information

#FDB4AA (or 0xFDB4AA) is unknown color: approx Melon. HEX triplet: FD, B4 and AA. RGB value is (253,180,170). Sum of RGB (Red+Green+Blue) = 253+180+170=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4AA is #024B55. Grayscale: #C8C8C8. Windows color (decimal): -150358 or 11187453. OLE color: 11187453.

HSL color Cylindrical-coordinate representation of color #FDB4AA: hue angle of 7.23º 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 #FDB4AA is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253180170-
CMYK00.290.330.01
HSL7.23º95.4%82.94%-
HSV(B)7.23º32.81%99.22%-
XYZ64.0856.4345.54-
YUV200.69110.68165.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=41.96%
G=29.85%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318017000.290.330.017.2395.482.94
HexFDB4AA01D21175f53
Octal3752642520354117137123
Binary111111011011010010101010011101100001111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4AA; }

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

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

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

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

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

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

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

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