#FFBFB4

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

Shades of Melon #FFBFB4

Tints of Melon #FFBFB4

Color information

#FFBFB4 (or 0xFFBFB4) is unknown color: approx Melon. HEX triplet: FF, BF and B4. RGB value is (255,191,180). Sum of RGB (Red+Green+Blue) = 255+191+180=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFB4 is #00404B. Grayscale: #D0D0D0. Windows color (decimal): -16460 or 11845631. OLE color: 11845631.

HSL color Cylindrical-coordinate representation of color #FFBFB4: hue angle of 8.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBFB4 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255191180-
CMYK00.250.290
HSL8.8º100%85.29%-
HSV(B)8.8º29.41%100%-
XYZ68.1161.8251.52-
YUV208.88111.7160.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 180 (70.70% from 255) = 28.75%
R=40.73%
G=30.51%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519118000.250.2908.810085.29
HexFFBFB40191D096455
Octal37727726403135011144125
Binary111111111011111110110100011001111010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFB4; }

 p { color: rgb(255,191,180); }

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

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

 a { background-color: rgb(255,191,180); }

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

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

 span { border-color: rgb(255,191,180); }

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