#FDBBAF

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

Shades of Melon #FDBBAF

Tints of Melon #FDBBAF

Color information

#FDBBAF (or 0xFDBBAF) is unknown color: approx Melon. HEX triplet: FD, BB and AF. RGB value is (253,187,175). Sum of RGB (Red+Green+Blue) = 253+187+175=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAF is #024450. Grayscale: #CDCDCD. Windows color (decimal): -148561 or 11516925. OLE color: 11516925.

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

Color convert

RGB253187175-
CMYK00.260.310.01
HSL9.23º95.12%83.92%-
HSV(B)9.23º30.83%99.22%-
XYZ66.0259.5248.57-
YUV205.37110.87161.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=41.14%
G=30.41%
B=28.46%

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
Decimal25318717500.260.310.019.2395.1283.92
HexFDBBAF01A1F195f54
Octal37527325703237111137124
Binary111111011011101110101111011010111111100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBAF; }

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

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

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

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

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

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

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

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