#FDB6AF

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

Shades of Melon #FDB6AF

Tints of Melon #FDB6AF

Color information

#FDB6AF (or 0xFDB6AF) is unknown color: approx Melon. HEX triplet: FD, B6 and AF. RGB value is (253,182,175). Sum of RGB (Red+Green+Blue) = 253+182+175=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB6AF is #024950. Grayscale: #CACACA. Windows color (decimal): -149841 or 11515645. OLE color: 11515645.

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

Color convert

RGB253182175-
CMYK00.280.310.01
HSL5.38º95.12%83.92%-
HSV(B)5.38º30.83%99.22%-
XYZ64.9757.4348.22-
YUV202.43112.52164.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=41.48%
G=29.84%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318217500.280.310.015.3895.1283.92
HexFDB6AF01C1F155f54
Octal3752662570343715137124
Binary11111101101101101010111101110011111110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6AF; }

 p { color: rgb(253,182,175); }

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

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

 a { background-color: rgb(253,182,175); }

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

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

 span { border-color: rgb(253,182,175); }

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