#FDBCAD

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

Shades of Melon #FDBCAD

Tints of Melon #FDBCAD

Color information

#FDBCAD (or 0xFDBCAD) is unknown color: approx Melon. HEX triplet: FD, BC and AD. RGB value is (253,188,173). Sum of RGB (Red+Green+Blue) = 253+188+173=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCAD is #024352. Grayscale: #CDCDCD. Windows color (decimal): -148307 or 11386109. OLE color: 11386109.

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

Color convert

RGB253188173-
CMYK00.260.320.01
HSL11.25º95.24%83.53%-
HSV(B)11.25º31.62%99.22%-
XYZ66.0359.8747.61-
YUV205.72109.53161.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=41.21%
G=30.62%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318817300.260.320.0111.2595.2483.53
HexFDBCAD01A201b5f54
Octal37527425503240113137124
Binary1111110110111100101011010110101000001101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBCAD; }

 p { color: rgb(253,188,173); }

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

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

 a { background-color: rgb(253,188,173); }

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

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

 span { border-color: rgb(253,188,173); }

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