#FFBFAC

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

Shades of Melon #FFBFAC

Tints of Melon #FFBFAC

Color information

#FFBFAC (or 0xFFBFAC) is unknown color: approx Melon. HEX triplet: FF, BF and AC. RGB value is (255,191,172). Sum of RGB (Red+Green+Blue) = 255+191+172=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAC is #004053. Grayscale: #D0D0D0. Windows color (decimal): -16468 or 11321343. OLE color: 11321343.

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

Color convert

RGB255191172-
CMYK00.250.330
HSL13.73º100%83.73%-
HSV(B)13.73º32.55%100%-
XYZ67.3261.547.35-
YUV207.97107.7161.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=41.26%
G=30.91%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519117200.250.33013.7310083.73
HexFFBFAC019210e6454
Octal37727725403141016144124
Binary1111111110111111101011000110011000010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFAC; }

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

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

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

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

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

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

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

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