#FDBBAE

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

Shades of Melon #FDBBAE

Tints of Melon #FDBBAE

Color information

#FDBBAE (or 0xFDBBAE) is unknown color: approx Melon. HEX triplet: FD, BB and AE. RGB value is (253,187,174). Sum of RGB (Red+Green+Blue) = 253+187+174=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAE is #024451. Grayscale: #CDCDCD. Windows color (decimal): -148562 or 11451389. OLE color: 11451389.

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

Color convert

RGB253187174-
CMYK00.260.310.01
HSL9.87º95.18%83.73%-
HSV(B)9.87º31.23%99.22%-
XYZ65.9259.4848.05-
YUV205.25110.37162.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=41.21%
G=30.46%
B=28.34%

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
Decimal25318717400.260.310.019.8795.1883.73
HexFDBBAE01A1F1a5f54
Octal37527325603237112137124
Binary111111011011101110101110011010111111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBAE; }

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

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

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

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

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

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

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

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