#FDBBAC

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

Shades of Melon #FDBBAC

Tints of Melon #FDBBAC

Color information

#FDBBAC (or 0xFDBBAC) is unknown color: approx Melon. HEX triplet: FD, BB and AC. RGB value is (253,187,172). Sum of RGB (Red+Green+Blue) = 253+187+172=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAC is #024453. Grayscale: #CDCDCD. Windows color (decimal): -148564 or 11320317. OLE color: 11320317.

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

Color convert

RGB253187172-
CMYK00.260.320.01
HSL11.11º95.29%83.33%-
HSV(B)11.11º32.02%99.22%-
XYZ65.7259.447.03-
YUV205.02109.37162.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=41.34%
G=30.56%
B=28.10%

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
Decimal25318717200.260.320.0111.1195.2983.33
HexFDBBAC01A201b5f53
Octal37527325403240113137123
Binary1111110110111011101011000110101000001101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBAC; }

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

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

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

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

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

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

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

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