#FFBFAA

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

Shades of Melon #FFBFAA

Tints of Melon #FFBFAA

Color information

#FFBFAA (or 0xFFBFAA) is unknown color: approx Melon. HEX triplet: FF, BF and AA. RGB value is (255,191,170). Sum of RGB (Red+Green+Blue) = 255+191+170=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFAA is #004055. Grayscale: #CFCFCF. Windows color (decimal): -16470 or 11190271. OLE color: 11190271.

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

Color convert

RGB255191170-
CMYK00.250.330
HSL14.82º100%83.33%-
HSV(B)14.82º33.33%100%-
XYZ67.1361.4246.35-
YUV207.74106.7161.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=41.40%
G=31.01%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519117000.250.33014.8210083.33
HexFFBFAA019210f6453
Octal37727725203141017144123
Binary1111111110111111101010100110011000010111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFAA; }

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

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

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

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

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

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

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

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