#FDBAAF

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

Shades of Melon #FDBAAF

Tints of Melon #FDBAAF

Color information

#FDBAAF (or 0xFDBAAF) is unknown color: approx Melon. HEX triplet: FD, BA and AF. RGB value is (253,186,175). Sum of RGB (Red+Green+Blue) = 253+186+175=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAAF is #024550. Grayscale: #CCCCCC. Windows color (decimal): -148817 or 11516669. OLE color: 11516669.

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

Color convert

RGB253186175-
CMYK00.260.310.01
HSL8.46º95.12%83.92%-
HSV(B)8.46º30.83%99.22%-
XYZ65.859.148.5-
YUV204.78111.2162.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=41.21%
G=30.29%
B=28.50%

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
Decimal25318617500.260.310.018.4695.1283.92
HexFDBAAF01A1F185f54
Octal37527225703237110137124
Binary111111011011101010101111011010111111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAAF; }

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

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

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

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

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

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

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

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