#FDBBAD

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

Shades of Melon #FDBBAD

Tints of Melon #FDBBAD

Color information

#FDBBAD (or 0xFDBBAD) is unknown color: approx Melon. HEX triplet: FD, BB and AD. RGB value is (253,187,173). Sum of RGB (Red+Green+Blue) = 253+187+173=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAD is #024452. Grayscale: #CDCDCD. Windows color (decimal): -148563 or 11385853. OLE color: 11385853.

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

Color convert

RGB253187173-
CMYK00.260.320.01
HSL10.5º95.24%83.53%-
HSV(B)10.5º31.62%99.22%-
XYZ65.8259.4447.54-
YUV205.14109.87162.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=41.27%
G=30.51%
B=28.22%

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
Decimal25318717300.260.320.0110.595.2483.53
HexFDBBAD01A201b5f54
Octal37527325503240113137124
Binary1111110110111011101011010110101000001101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBAD; }

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

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

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

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

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

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

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

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